Shades of Deep Cerise #DC31A4
Tints of Deep Cerise #DC31A4
RGB
CMYK
RGB Variations
Color information
#DC31A4 (or 0xDC31A4) is known color: Deep Cerise. HEX triplet: DC, 31 and A4. RGB value is (220,49,164). Sum of RGB (Red+Green+Blue) = 220+49+164=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31A4 is #23CE5B. Grayscale: #707070. Windows color (decimal): -2346588 or 10760668. OLE color: 10760668.
HSL color Cylindrical-coordinate representation of color #DC31A4: hue angle of 319.65º 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 #DC31A4 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 164 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.14 |
| HSL | 319.65º | 0.71% | 0.53% | - |
| HSV(B) | 319.65º | 0.78% | 0.86% | - |
| XYZ | 37.31 | 20.09 | 37.03 | - |
| YUV | 113.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 164 | 0 | 0.78 | 0.25 | 0.14 | 319.65 | 0.71 | 0.53 |
| Hex | DC | 31 | A4 | 0 | 4E | 19 | E | 140 | 47 | 35 |
| Octal | 334 | 61 | 244 | 0 | 116 | 31 | 16 | 500 | 107 | 65 |
| Binary | 11011100 | 110001 | 10100100 | 0 | 1001110 | 11001 | 1110 | 101000000 | 1000111 | 110101 |
Color Harmonies of #DC31A4
Complementary color
Monochromatic Colors of #DC31A4
Black with #DC31A4
Text Example
Text Example
White with #DC31A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31A4; }
p { color: rgb(220,49,164); }
H1.HeaderClassName
{
color: #DC31A4;
}
.AnyTagClassName
{
color: #DC31A4;
}
</style>
background-color css
<style>
a { background-color: #DC31A4; }
a { background-color: rgb(220,49,164); }
div.DivClassName
{
background-color: #DC31A4;
}
.BgClassName
{
background-color: #DC31A4;
}
</style>
border-color css
<style>
span { border-color: #DC31A4; }
span { border-color: rgb(220,49,164); }
td.TdClassName
{
border-color: #DC31A4;
}
.TagClassName
{
border-color: #DC31A4;
}
</style>