Shades of Deep Cerise #DC32A8
Tints of Deep Cerise #DC32A8
RGB
CMYK
RGB Variations
Color information
#DC32A8 (or 0xDC32A8) is known color: Deep Cerise. HEX triplet: DC, 32 and A8. RGB value is (220,50,168). Sum of RGB (Red+Green+Blue) = 220+50+168=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC32A8 is #23CD57. Grayscale: #717171. Windows color (decimal): -2346328 or 11023068. OLE color: 11023068.
HSL color Cylindrical-coordinate representation of color #DC32A8: hue angle of 318.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC32A8 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 168 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.14 |
| HSL | 318.35º | 0.71% | 0.53% | - |
| HSV(B) | 318.35º | 0.77% | 0.86% | - |
| XYZ | 37.72 | 20.32 | 38.98 | - |
| YUV | 114.28 | 158.32 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 168 | 0 | 0.77 | 0.24 | 0.14 | 318.35 | 0.71 | 0.53 |
| Hex | DC | 32 | A8 | 0 | 4D | 18 | E | 13E | 47 | 35 |
| Octal | 334 | 62 | 250 | 0 | 115 | 30 | 16 | 476 | 107 | 65 |
| Binary | 11011100 | 110010 | 10101000 | 0 | 1001101 | 11000 | 1110 | 100111110 | 1000111 | 110101 |
Color Harmonies of #DC32A8
Complementary color
Monochromatic Colors of #DC32A8
Black with #DC32A8
Text Example
Text Example
White with #DC32A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32A8; }
p { color: rgb(220,50,168); }
H1.HeaderClassName
{
color: #DC32A8;
}
.AnyTagClassName
{
color: #DC32A8;
}
</style>
background-color css
<style>
a { background-color: #DC32A8; }
a { background-color: rgb(220,50,168); }
div.DivClassName
{
background-color: #DC32A8;
}
.BgClassName
{
background-color: #DC32A8;
}
</style>
border-color css
<style>
span { border-color: #DC32A8; }
span { border-color: rgb(220,50,168); }
td.TdClassName
{
border-color: #DC32A8;
}
.TagClassName
{
border-color: #DC32A8;
}
</style>