Shades of Deep Cerise #DF418C
Tints of Deep Cerise #DF418C
RGB
CMYK
RGB Variations
Color information
#DF418C (or 0xDF418C) is known color: Deep Cerise. HEX triplet: DF, 41 and 8C. RGB value is (223,65,140). Sum of RGB (Red+Green+Blue) = 223+65+140=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF418C is #20BE73. Grayscale: #787878. Windows color (decimal): -2145908 or 9191903. OLE color: 9191903.
HSL color Cylindrical-coordinate representation of color #DF418C: hue angle of 331.52º 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 #DF418C is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 140 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.13 |
| HSL | 331.52º | 0.71% | 0.56% | - |
| HSV(B) | 331.52º | 0.71% | 0.87% | - |
| XYZ | 37.06 | 21.36 | 26.98 | - |
| YUV | 120.79 | 138.85 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 140 | 0 | 0.71 | 0.37 | 0.13 | 331.52 | 0.71 | 0.56 |
| Hex | DF | 41 | 8C | 0 | 47 | 25 | D | 14C | 47 | 38 |
| Octal | 337 | 101 | 214 | 0 | 107 | 45 | 15 | 514 | 107 | 70 |
| Binary | 11011111 | 1000001 | 10001100 | 0 | 1000111 | 100101 | 1101 | 101001100 | 1000111 | 111000 |
Color Harmonies of #DF418C
Complementary color
Monochromatic Colors of #DF418C
Black with #DF418C
Text Example
Text Example
White with #DF418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF418C; }
p { color: rgb(223,65,140); }
H1.HeaderClassName
{
color: #DF418C;
}
.AnyTagClassName
{
color: #DF418C;
}
</style>
background-color css
<style>
a { background-color: #DF418C; }
a { background-color: rgb(223,65,140); }
div.DivClassName
{
background-color: #DF418C;
}
.BgClassName
{
background-color: #DF418C;
}
</style>
border-color css
<style>
span { border-color: #DF418C; }
span { border-color: rgb(223,65,140); }
td.TdClassName
{
border-color: #DF418C;
}
.TagClassName
{
border-color: #DF418C;
}
</style>