Shades of Deep Cerise #DF4282
Tints of Deep Cerise #DF4282
RGB
CMYK
RGB Variations
Color information
#DF4282 (or 0xDF4282) is known color: Deep Cerise. HEX triplet: DF, 42 and 82. RGB value is (223,66,130). Sum of RGB (Red+Green+Blue) = 223+66+130=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4282 is #20BD7D. Grayscale: #787878. Windows color (decimal): -2145662 or 8536799. OLE color: 8536799.
HSL color Cylindrical-coordinate representation of color #DF4282: hue angle of 335.54º 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 #DF4282 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 130 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.13 |
| HSL | 335.54º | 0.71% | 0.57% | - |
| HSV(B) | 335.54º | 0.7% | 0.87% | - |
| XYZ | 36.41 | 21.2 | 23.29 | - |
| YUV | 120.24 | 133.51 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 130 | 0 | 0.70 | 0.42 | 0.13 | 335.54 | 0.71 | 0.57 |
| Hex | DF | 42 | 82 | 0 | 46 | 2A | D | 150 | 47 | 39 |
| Octal | 337 | 102 | 202 | 0 | 106 | 52 | 15 | 520 | 107 | 71 |
| Binary | 11011111 | 1000010 | 10000010 | 0 | 1000110 | 101010 | 1101 | 101010000 | 1000111 | 111001 |
Color Harmonies of #DF4282
Complementary color
Monochromatic Colors of #DF4282
Black with #DF4282
Text Example
Text Example
White with #DF4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4282; }
p { color: rgb(223,66,130); }
H1.HeaderClassName
{
color: #DF4282;
}
.AnyTagClassName
{
color: #DF4282;
}
</style>
background-color css
<style>
a { background-color: #DF4282; }
a { background-color: rgb(223,66,130); }
div.DivClassName
{
background-color: #DF4282;
}
.BgClassName
{
background-color: #DF4282;
}
</style>
border-color css
<style>
span { border-color: #DF4282; }
span { border-color: rgb(223,66,130); }
td.TdClassName
{
border-color: #DF4282;
}
.TagClassName
{
border-color: #DF4282;
}
</style>