Shades of Deep Cerise #DC31A8
Tints of Deep Cerise #DC31A8
RGB
CMYK
RGB Variations
Color information
#DC31A8 (or 0xDC31A8) is known color: Deep Cerise. HEX triplet: DC, 31 and A8. RGB value is (220,49,168). Sum of RGB (Red+Green+Blue) = 220+49+168=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31A8 is #23CE57. Grayscale: #717171. Windows color (decimal): -2346584 or 11022812. OLE color: 11022812.
HSL color Cylindrical-coordinate representation of color #DC31A8: hue angle of 318.25º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC31A8 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 168 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.14 |
| HSL | 318.25º | 0.71% | 0.53% | - |
| HSV(B) | 318.25º | 0.78% | 0.86% | - |
| XYZ | 37.68 | 20.24 | 38.97 | - |
| YUV | 113.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 168 | 0 | 0.78 | 0.24 | 0.14 | 318.25 | 0.71 | 0.53 |
| Hex | DC | 31 | A8 | 0 | 4E | 18 | E | 13E | 47 | 35 |
| Octal | 334 | 61 | 250 | 0 | 116 | 30 | 16 | 476 | 107 | 65 |
| Binary | 11011100 | 110001 | 10101000 | 0 | 1001110 | 11000 | 1110 | 100111110 | 1000111 | 110101 |
Color Harmonies of #DC31A8
Complementary color
Monochromatic Colors of #DC31A8
Black with #DC31A8
Text Example
Text Example
White with #DC31A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31A8; }
p { color: rgb(220,49,168); }
H1.HeaderClassName
{
color: #DC31A8;
}
.AnyTagClassName
{
color: #DC31A8;
}
</style>
background-color css
<style>
a { background-color: #DC31A8; }
a { background-color: rgb(220,49,168); }
div.DivClassName
{
background-color: #DC31A8;
}
.BgClassName
{
background-color: #DC31A8;
}
</style>
border-color css
<style>
span { border-color: #DC31A8; }
span { border-color: rgb(220,49,168); }
td.TdClassName
{
border-color: #DC31A8;
}
.TagClassName
{
border-color: #DC31A8;
}
</style>