Shades of Deep Cerise #DF4082
Tints of Deep Cerise #DF4082
RGB
CMYK
RGB Variations
Color information
#DF4082 (or 0xDF4082) is known color: Deep Cerise. HEX triplet: DF, 40 and 82. RGB value is (223,64,130). Sum of RGB (Red+Green+Blue) = 223+64+130=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4082 is #20BF7D. Grayscale: #767676. Windows color (decimal): -2146174 or 8536287. OLE color: 8536287.
HSL color Cylindrical-coordinate representation of color #DF4082: hue angle of 335.09º 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 #DF4082 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 130 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.13 |
| HSL | 335.09º | 0.71% | 0.56% | - |
| HSV(B) | 335.09º | 0.71% | 0.87% | - |
| XYZ | 36.29 | 20.97 | 23.25 | - |
| YUV | 119.07 | 134.18 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 130 | 0 | 0.71 | 0.42 | 0.13 | 335.09 | 0.71 | 0.56 |
| Hex | DF | 40 | 82 | 0 | 47 | 2A | D | 14F | 47 | 38 |
| Octal | 337 | 100 | 202 | 0 | 107 | 52 | 15 | 517 | 107 | 70 |
| Binary | 11011111 | 1000000 | 10000010 | 0 | 1000111 | 101010 | 1101 | 101001111 | 1000111 | 111000 |
Color Harmonies of #DF4082
Complementary color
Monochromatic Colors of #DF4082
Black with #DF4082
Text Example
Text Example
White with #DF4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4082; }
p { color: rgb(223,64,130); }
H1.HeaderClassName
{
color: #DF4082;
}
.AnyTagClassName
{
color: #DF4082;
}
</style>
background-color css
<style>
a { background-color: #DF4082; }
a { background-color: rgb(223,64,130); }
div.DivClassName
{
background-color: #DF4082;
}
.BgClassName
{
background-color: #DF4082;
}
</style>
border-color css
<style>
span { border-color: #DF4082; }
span { border-color: rgb(223,64,130); }
td.TdClassName
{
border-color: #DF4082;
}
.TagClassName
{
border-color: #DF4082;
}
</style>