Shades of Deep Cerise #DC37A3
Tints of Deep Cerise #DC37A3
RGB
CMYK
RGB Variations
Color information
#DC37A3 (or 0xDC37A3) is known color: Deep Cerise. HEX triplet: DC, 37 and A3. RGB value is (220,55,163). Sum of RGB (Red+Green+Blue) = 220+55+163=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC37A3 is #23C85C. Grayscale: #747474. Windows color (decimal): -2345053 or 10696668. OLE color: 10696668.
HSL color Cylindrical-coordinate representation of color #DC37A3: hue angle of 320.73º 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 #DC37A3 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 163 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.14 |
| HSL | 320.73º | 0.7% | 0.54% | - |
| HSV(B) | 320.73º | 0.75% | 0.86% | - |
| XYZ | 37.49 | 20.59 | 36.65 | - |
| YUV | 116.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 163 | 0 | 0.75 | 0.26 | 0.14 | 320.73 | 0.7 | 0.54 |
| Hex | DC | 37 | A3 | 0 | 4B | 1A | E | 141 | 46 | 36 |
| Octal | 334 | 67 | 243 | 0 | 113 | 32 | 16 | 501 | 106 | 66 |
| Binary | 11011100 | 110111 | 10100011 | 0 | 1001011 | 11010 | 1110 | 101000001 | 1000110 | 110110 |
Color Harmonies of #DC37A3
Complementary color
Monochromatic Colors of #DC37A3
Black with #DC37A3
Text Example
Text Example
White with #DC37A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37A3; }
p { color: rgb(220,55,163); }
H1.HeaderClassName
{
color: #DC37A3;
}
.AnyTagClassName
{
color: #DC37A3;
}
</style>
background-color css
<style>
a { background-color: #DC37A3; }
a { background-color: rgb(220,55,163); }
div.DivClassName
{
background-color: #DC37A3;
}
.BgClassName
{
background-color: #DC37A3;
}
</style>
border-color css
<style>
span { border-color: #DC37A3; }
span { border-color: rgb(220,55,163); }
td.TdClassName
{
border-color: #DC37A3;
}
.TagClassName
{
border-color: #DC37A3;
}
</style>