Shades of Deep Cerise #DC4080
Tints of Deep Cerise #DC4080
RGB
CMYK
RGB Variations
Color information
#DC4080 (or 0xDC4080) is known color: Deep Cerise. HEX triplet: DC, 40 and 80. RGB value is (220,64,128). Sum of RGB (Red+Green+Blue) = 220+64+128=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4080 is #23BF7F. Grayscale: #757575. Windows color (decimal): -2342784 or 8405212. OLE color: 8405212.
HSL color Cylindrical-coordinate representation of color #DC4080: hue angle of 335.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4080 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 128 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.14 |
| HSL | 335.38º | 0.69% | 0.56% | - |
| HSV(B) | 335.38º | 0.71% | 0.86% | - |
| XYZ | 35.24 | 20.44 | 22.51 | - |
| YUV | 117.94 | 133.68 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 128 | 0 | 0.71 | 0.42 | 0.14 | 335.38 | 0.69 | 0.56 |
| Hex | DC | 40 | 80 | 0 | 47 | 2A | E | 14F | 45 | 38 |
| Octal | 334 | 100 | 200 | 0 | 107 | 52 | 16 | 517 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10000000 | 0 | 1000111 | 101010 | 1110 | 101001111 | 1000101 | 111000 |
Color Harmonies of #DC4080
Complementary color
Monochromatic Colors of #DC4080
Black with #DC4080
Text Example
Text Example
White with #DC4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4080; }
p { color: rgb(220,64,128); }
H1.HeaderClassName
{
color: #DC4080;
}
.AnyTagClassName
{
color: #DC4080;
}
</style>
background-color css
<style>
a { background-color: #DC4080; }
a { background-color: rgb(220,64,128); }
div.DivClassName
{
background-color: #DC4080;
}
.BgClassName
{
background-color: #DC4080;
}
</style>
border-color css
<style>
span { border-color: #DC4080; }
span { border-color: rgb(220,64,128); }
td.TdClassName
{
border-color: #DC4080;
}
.TagClassName
{
border-color: #DC4080;
}
</style>