Shades of Deep Cerise #DF418E
Tints of Deep Cerise #DF418E
RGB
CMYK
RGB Variations
Color information
#DF418E (or 0xDF418E) is known color: Deep Cerise. HEX triplet: DF, 41 and 8E. RGB value is (223,65,142). Sum of RGB (Red+Green+Blue) = 223+65+142=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF418E is #20BE71. Grayscale: #787878. Windows color (decimal): -2145906 or 9322975. OLE color: 9322975.
HSL color Cylindrical-coordinate representation of color #DF418E: hue angle of 330.76º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF418E is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 142 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.13 |
| HSL | 330.76º | 0.71% | 0.56% | - |
| HSV(B) | 330.76º | 0.71% | 0.87% | - |
| XYZ | 37.2 | 21.42 | 27.77 | - |
| YUV | 121.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 142 | 0 | 0.71 | 0.36 | 0.13 | 330.76 | 0.71 | 0.56 |
| Hex | DF | 41 | 8E | 0 | 47 | 24 | D | 14B | 47 | 38 |
| Octal | 337 | 101 | 216 | 0 | 107 | 44 | 15 | 513 | 107 | 70 |
| Binary | 11011111 | 1000001 | 10001110 | 0 | 1000111 | 100100 | 1101 | 101001011 | 1000111 | 111000 |
Color Harmonies of #DF418E
Complementary color
Monochromatic Colors of #DF418E
Black with #DF418E
Text Example
Text Example
White with #DF418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF418E; }
p { color: rgb(223,65,142); }
H1.HeaderClassName
{
color: #DF418E;
}
.AnyTagClassName
{
color: #DF418E;
}
</style>
background-color css
<style>
a { background-color: #DF418E; }
a { background-color: rgb(223,65,142); }
div.DivClassName
{
background-color: #DF418E;
}
.BgClassName
{
background-color: #DF418E;
}
</style>
border-color css
<style>
span { border-color: #DF418E; }
span { border-color: rgb(223,65,142); }
td.TdClassName
{
border-color: #DF418E;
}
.TagClassName
{
border-color: #DF418E;
}
</style>