Shades of Deep Cerise #DC32A7
Tints of Deep Cerise #DC32A7
RGB
CMYK
RGB Variations
Color information
#DC32A7 (or 0xDC32A7) is known color: Deep Cerise. HEX triplet: DC, 32 and A7. RGB value is (220,50,167). Sum of RGB (Red+Green+Blue) = 220+50+167=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC32A7 is #23CD58. Grayscale: #717171. Windows color (decimal): -2346329 or 10957532. OLE color: 10957532.
HSL color Cylindrical-coordinate representation of color #DC32A7: hue angle of 318.71º 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 #DC32A7 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 167 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.14 |
| HSL | 318.71º | 0.71% | 0.53% | - |
| HSV(B) | 318.71º | 0.77% | 0.86% | - |
| XYZ | 37.63 | 20.29 | 38.49 | - |
| YUV | 114.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 167 | 0 | 0.77 | 0.24 | 0.14 | 318.71 | 0.71 | 0.53 |
| Hex | DC | 32 | A7 | 0 | 4D | 18 | E | 13F | 47 | 35 |
| Octal | 334 | 62 | 247 | 0 | 115 | 30 | 16 | 477 | 107 | 65 |
| Binary | 11011100 | 110010 | 10100111 | 0 | 1001101 | 11000 | 1110 | 100111111 | 1000111 | 110101 |
Color Harmonies of #DC32A7
Complementary color
Monochromatic Colors of #DC32A7
Black with #DC32A7
Text Example
Text Example
White with #DC32A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32A7; }
p { color: rgb(220,50,167); }
H1.HeaderClassName
{
color: #DC32A7;
}
.AnyTagClassName
{
color: #DC32A7;
}
</style>
background-color css
<style>
a { background-color: #DC32A7; }
a { background-color: rgb(220,50,167); }
div.DivClassName
{
background-color: #DC32A7;
}
.BgClassName
{
background-color: #DC32A7;
}
</style>
border-color css
<style>
span { border-color: #DC32A7; }
span { border-color: rgb(220,50,167); }
td.TdClassName
{
border-color: #DC32A7;
}
.TagClassName
{
border-color: #DC32A7;
}
</style>