Shades of Deep Cerise #DC31A6
Tints of Deep Cerise #DC31A6
RGB
CMYK
RGB Variations
Color information
#DC31A6 (or 0xDC31A6) is known color: Deep Cerise. HEX triplet: DC, 31 and A6. RGB value is (220,49,166). Sum of RGB (Red+Green+Blue) = 220+49+166=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31A6 is #23CE59. Grayscale: #717171. Windows color (decimal): -2346586 or 10891740. OLE color: 10891740.
HSL color Cylindrical-coordinate representation of color #DC31A6: hue angle of 318.95º 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 #DC31A6 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 166 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.14 |
| HSL | 318.95º | 0.71% | 0.53% | - |
| HSV(B) | 318.95º | 0.78% | 0.86% | - |
| XYZ | 37.5 | 20.17 | 37.99 | - |
| YUV | 113.47 | 157.65 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 166 | 0 | 0.78 | 0.25 | 0.14 | 318.95 | 0.71 | 0.53 |
| Hex | DC | 31 | A6 | 0 | 4E | 19 | E | 13F | 47 | 35 |
| Octal | 334 | 61 | 246 | 0 | 116 | 31 | 16 | 477 | 107 | 65 |
| Binary | 11011100 | 110001 | 10100110 | 0 | 1001110 | 11001 | 1110 | 100111111 | 1000111 | 110101 |
Color Harmonies of #DC31A6
Complementary color
Monochromatic Colors of #DC31A6
Black with #DC31A6
Text Example
Text Example
White with #DC31A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31A6; }
p { color: rgb(220,49,166); }
H1.HeaderClassName
{
color: #DC31A6;
}
.AnyTagClassName
{
color: #DC31A6;
}
</style>
background-color css
<style>
a { background-color: #DC31A6; }
a { background-color: rgb(220,49,166); }
div.DivClassName
{
background-color: #DC31A6;
}
.BgClassName
{
background-color: #DC31A6;
}
</style>
border-color css
<style>
span { border-color: #DC31A6; }
span { border-color: rgb(220,49,166); }
td.TdClassName
{
border-color: #DC31A6;
}
.TagClassName
{
border-color: #DC31A6;
}
</style>