Shades of Deep Cerise #DF238F
Tints of Deep Cerise #DF238F
RGB
CMYK
RGB Variations
Color information
#DF238F (or 0xDF238F) is known color: Deep Cerise. HEX triplet: DF, 23 and 8F. RGB value is (223,35,143). Sum of RGB (Red+Green+Blue) = 223+35+143=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF238F is #20DC70. Grayscale: #676767. Windows color (decimal): -2153585 or 9380831. OLE color: 9380831.
HSL color Cylindrical-coordinate representation of color #DF238F: hue angle of 325.53º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF238F is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 143 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.13 |
| HSL | 325.53º | 0.75% | 0.51% | - |
| HSV(B) | 325.53º | 0.84% | 0.87% | - |
| XYZ | 35.99 | 18.87 | 27.73 | - |
| YUV | 103.52 | 150.28 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 143 | 0 | 0.84 | 0.36 | 0.13 | 325.53 | 0.75 | 0.51 |
| Hex | DF | 23 | 8F | 0 | 54 | 24 | D | 146 | 4B | 33 |
| Octal | 337 | 43 | 217 | 0 | 124 | 44 | 15 | 506 | 113 | 63 |
| Binary | 11011111 | 100011 | 10001111 | 0 | 1010100 | 100100 | 1101 | 101000110 | 1001011 | 110011 |
Color Harmonies of #DF238F
Complementary color
Monochromatic Colors of #DF238F
Black with #DF238F
Text Example
Text Example
White with #DF238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF238F; }
p { color: rgb(223,35,143); }
H1.HeaderClassName
{
color: #DF238F;
}
.AnyTagClassName
{
color: #DF238F;
}
</style>
background-color css
<style>
a { background-color: #DF238F; }
a { background-color: rgb(223,35,143); }
div.DivClassName
{
background-color: #DF238F;
}
.BgClassName
{
background-color: #DF238F;
}
</style>
border-color css
<style>
span { border-color: #DF238F; }
span { border-color: rgb(223,35,143); }
td.TdClassName
{
border-color: #DF238F;
}
.TagClassName
{
border-color: #DF238F;
}
</style>