Shades of Deep Cerise #DF4080
Tints of Deep Cerise #DF4080
RGB
CMYK
RGB Variations
Color information
#DF4080 (or 0xDF4080) is known color: Deep Cerise. HEX triplet: DF, 40 and 80. RGB value is (223,64,128). Sum of RGB (Red+Green+Blue) = 223+64+128=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4080 is #20BF7F. Grayscale: #767676. Windows color (decimal): -2146176 or 8405215. OLE color: 8405215.
HSL color Cylindrical-coordinate representation of color #DF4080: hue angle of 335.85º 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 #DF4080 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 64 | 128 | - |
CMYK | 0 | 0.71 | 0.43 | 0.13 |
HSL | 335.85º | 0.71% | 0.56% | - |
HSV(B) | 335.85º | 0.71% | 0.87% | - |
XYZ | 36.16 | 20.91 | 22.55 | - |
YUV | 118.84 | 133.18 | 202.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 64 | 128 | 0 | 0.71 | 0.43 | 0.13 | 335.85 | 0.71 | 0.56 |
Hex | DF | 40 | 80 | 0 | 47 | 2B | D | 150 | 47 | 38 |
Octal | 337 | 100 | 200 | 0 | 107 | 53 | 15 | 520 | 107 | 70 |
Binary | 11011111 | 1000000 | 10000000 | 0 | 1000111 | 101011 | 1101 | 101010000 | 1000111 | 111000 |
Color Harmonies of #DF4080
Complementary color
Monochromatic Colors of #DF4080
Black with #DF4080
Text Example
Text Example
White with #DF4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4080; }
p { color: rgb(223,64,128); }
H1.HeaderClassName
{
color: #DF4080;
}
.AnyTagClassName
{
color: #DF4080;
}
</style>
background-color css
<style>
a { background-color: #DF4080; }
a { background-color: rgb(223,64,128); }
div.DivClassName
{
background-color: #DF4080;
}
.BgClassName
{
background-color: #DF4080;
}
</style>
border-color css
<style>
span { border-color: #DF4080; }
span { border-color: rgb(223,64,128); }
td.TdClassName
{
border-color: #DF4080;
}
.TagClassName
{
border-color: #DF4080;
}
</style>