Shades of Deep Cerise #DC408A
Tints of Deep Cerise #DC408A
RGB
CMYK
RGB Variations
Color information
#DC408A (or 0xDC408A) is known color: Deep Cerise. HEX triplet: DC, 40 and 8A. RGB value is (220,64,138). Sum of RGB (Red+Green+Blue) = 220+64+138=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC408A is #23BF75. Grayscale: #767676. Windows color (decimal): -2342774 or 9060572. OLE color: 9060572.
HSL color Cylindrical-coordinate representation of color #DC408A: hue angle of 331.54º 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 #DC408A is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 138 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.14 |
| HSL | 331.54º | 0.69% | 0.56% | - |
| HSV(B) | 331.54º | 0.71% | 0.86% | - |
| XYZ | 35.94 | 20.72 | 26.15 | - |
| YUV | 119.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 138 | 0 | 0.71 | 0.37 | 0.14 | 331.54 | 0.69 | 0.56 |
| Hex | DC | 40 | 8A | 0 | 47 | 25 | E | 14C | 45 | 38 |
| Octal | 334 | 100 | 212 | 0 | 107 | 45 | 16 | 514 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10001010 | 0 | 1000111 | 100101 | 1110 | 101001100 | 1000101 | 111000 |
Color Harmonies of #DC408A
Complementary color
Monochromatic Colors of #DC408A
Black with #DC408A
Text Example
Text Example
White with #DC408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC408A; }
p { color: rgb(220,64,138); }
H1.HeaderClassName
{
color: #DC408A;
}
.AnyTagClassName
{
color: #DC408A;
}
</style>
background-color css
<style>
a { background-color: #DC408A; }
a { background-color: rgb(220,64,138); }
div.DivClassName
{
background-color: #DC408A;
}
.BgClassName
{
background-color: #DC408A;
}
</style>
border-color css
<style>
span { border-color: #DC408A; }
span { border-color: rgb(220,64,138); }
td.TdClassName
{
border-color: #DC408A;
}
.TagClassName
{
border-color: #DC408A;
}
</style>