Shades of Deep Cerise #DC408D
Tints of Deep Cerise #DC408D
RGB
CMYK
RGB Variations
Color information
#DC408D (or 0xDC408D) is known color: Deep Cerise. HEX triplet: DC, 40 and 8D. RGB value is (220,64,141). Sum of RGB (Red+Green+Blue) = 220+64+141=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC408D is #23BF72. Grayscale: #777777. Windows color (decimal): -2342771 or 9257180. OLE color: 9257180.
HSL color Cylindrical-coordinate representation of color #DC408D: hue angle of 330.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 #DC408D is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 141 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.14 |
| HSL | 330.38º | 0.69% | 0.56% | - |
| HSV(B) | 330.38º | 0.71% | 0.86% | - |
| XYZ | 36.16 | 20.81 | 27.31 | - |
| YUV | 119.42 | 140.18 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 141 | 0 | 0.71 | 0.36 | 0.14 | 330.38 | 0.69 | 0.56 |
| Hex | DC | 40 | 8D | 0 | 47 | 24 | E | 14A | 45 | 38 |
| Octal | 334 | 100 | 215 | 0 | 107 | 44 | 16 | 512 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10001101 | 0 | 1000111 | 100100 | 1110 | 101001010 | 1000101 | 111000 |
Color Harmonies of #DC408D
Complementary color
Monochromatic Colors of #DC408D
Black with #DC408D
Text Example
Text Example
White with #DC408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC408D; }
p { color: rgb(220,64,141); }
H1.HeaderClassName
{
color: #DC408D;
}
.AnyTagClassName
{
color: #DC408D;
}
</style>
background-color css
<style>
a { background-color: #DC408D; }
a { background-color: rgb(220,64,141); }
div.DivClassName
{
background-color: #DC408D;
}
.BgClassName
{
background-color: #DC408D;
}
</style>
border-color css
<style>
span { border-color: #DC408D; }
span { border-color: rgb(220,64,141); }
td.TdClassName
{
border-color: #DC408D;
}
.TagClassName
{
border-color: #DC408D;
}
</style>