Shades of Deep Cerise #DF428C
Tints of Deep Cerise #DF428C
RGB
CMYK
RGB Variations
Color information
#DF428C (or 0xDF428C) is known color: Deep Cerise. HEX triplet: DF, 42 and 8C. RGB value is (223,66,140). Sum of RGB (Red+Green+Blue) = 223+66+140=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF428C is #20BD73. Grayscale: #797979. Windows color (decimal): -2145652 or 9192159. OLE color: 9192159.
HSL color Cylindrical-coordinate representation of color #DF428C: hue angle of 331.72º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF428C is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 140 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.13 |
| HSL | 331.72º | 0.71% | 0.57% | - |
| HSV(B) | 331.72º | 0.7% | 0.87% | - |
| XYZ | 37.11 | 21.48 | 27 | - |
| YUV | 121.38 | 138.51 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 140 | 0 | 0.70 | 0.37 | 0.13 | 331.72 | 0.71 | 0.57 |
| Hex | DF | 42 | 8C | 0 | 46 | 25 | D | 14C | 47 | 39 |
| Octal | 337 | 102 | 214 | 0 | 106 | 45 | 15 | 514 | 107 | 71 |
| Binary | 11011111 | 1000010 | 10001100 | 0 | 1000110 | 100101 | 1101 | 101001100 | 1000111 | 111001 |
Color Harmonies of #DF428C
Complementary color
Monochromatic Colors of #DF428C
Black with #DF428C
Text Example
Text Example
White with #DF428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF428C; }
p { color: rgb(223,66,140); }
H1.HeaderClassName
{
color: #DF428C;
}
.AnyTagClassName
{
color: #DF428C;
}
</style>
background-color css
<style>
a { background-color: #DF428C; }
a { background-color: rgb(223,66,140); }
div.DivClassName
{
background-color: #DF428C;
}
.BgClassName
{
background-color: #DF428C;
}
</style>
border-color css
<style>
span { border-color: #DF428C; }
span { border-color: rgb(223,66,140); }
td.TdClassName
{
border-color: #DF428C;
}
.TagClassName
{
border-color: #DF428C;
}
</style>