Shades of Deep Cerise #DC37A8
Tints of Deep Cerise #DC37A8
RGB
CMYK
RGB Variations
Color information
#DC37A8 (or 0xDC37A8) is known color: Deep Cerise. HEX triplet: DC, 37 and A8. RGB value is (220,55,168). Sum of RGB (Red+Green+Blue) = 220+55+168=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC37A8 is #23C857. Grayscale: #747474. Windows color (decimal): -2345048 or 11024348. OLE color: 11024348.
HSL color Cylindrical-coordinate representation of color #DC37A8: hue angle of 318.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC37A8 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 168 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.14 |
| HSL | 318.91º | 0.7% | 0.54% | - |
| HSV(B) | 318.91º | 0.75% | 0.86% | - |
| XYZ | 37.95 | 20.78 | 39.06 | - |
| YUV | 117.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 168 | 0 | 0.75 | 0.24 | 0.14 | 318.91 | 0.7 | 0.54 |
| Hex | DC | 37 | A8 | 0 | 4B | 18 | E | 13F | 46 | 36 |
| Octal | 334 | 67 | 250 | 0 | 113 | 30 | 16 | 477 | 106 | 66 |
| Binary | 11011100 | 110111 | 10101000 | 0 | 1001011 | 11000 | 1110 | 100111111 | 1000110 | 110110 |
Color Harmonies of #DC37A8
Complementary color
Monochromatic Colors of #DC37A8
Black with #DC37A8
Text Example
Text Example
White with #DC37A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37A8; }
p { color: rgb(220,55,168); }
H1.HeaderClassName
{
color: #DC37A8;
}
.AnyTagClassName
{
color: #DC37A8;
}
</style>
background-color css
<style>
a { background-color: #DC37A8; }
a { background-color: rgb(220,55,168); }
div.DivClassName
{
background-color: #DC37A8;
}
.BgClassName
{
background-color: #DC37A8;
}
</style>
border-color css
<style>
span { border-color: #DC37A8; }
span { border-color: rgb(220,55,168); }
td.TdClassName
{
border-color: #DC37A8;
}
.TagClassName
{
border-color: #DC37A8;
}
</style>