Shades of Deep Cerise #DC2DA7
Tints of Deep Cerise #DC2DA7
RGB
CMYK
RGB Variations
Color information
#DC2DA7 (or 0xDC2DA7) is known color: Deep Cerise. HEX triplet: DC, 2D and A7. RGB value is (220,45,167). Sum of RGB (Red+Green+Blue) = 220+45+167=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2DA7 is #23D258. Grayscale: #6E6E6E. Windows color (decimal): -2347609 or 10956252. OLE color: 10956252.
HSL color Cylindrical-coordinate representation of color #DC2DA7: hue angle of 318.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2DA7 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 167 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.14 |
| HSL | 318.17º | 0.71% | 0.52% | - |
| HSV(B) | 318.17º | 0.8% | 0.86% | - |
| XYZ | 37.43 | 19.88 | 38.42 | - |
| YUV | 111.23 | 159.48 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 167 | 0 | 0.80 | 0.24 | 0.14 | 318.17 | 0.71 | 0.52 |
| Hex | DC | 2D | A7 | 0 | 50 | 18 | E | 13E | 47 | 34 |
| Octal | 334 | 55 | 247 | 0 | 120 | 30 | 16 | 476 | 107 | 64 |
| Binary | 11011100 | 101101 | 10100111 | 0 | 1010000 | 11000 | 1110 | 100111110 | 1000111 | 110100 |
Color Harmonies of #DC2DA7
Complementary color
Monochromatic Colors of #DC2DA7
Black with #DC2DA7
Text Example
Text Example
White with #DC2DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DA7; }
p { color: rgb(220,45,167); }
H1.HeaderClassName
{
color: #DC2DA7;
}
.AnyTagClassName
{
color: #DC2DA7;
}
</style>
background-color css
<style>
a { background-color: #DC2DA7; }
a { background-color: rgb(220,45,167); }
div.DivClassName
{
background-color: #DC2DA7;
}
.BgClassName
{
background-color: #DC2DA7;
}
</style>
border-color css
<style>
span { border-color: #DC2DA7; }
span { border-color: rgb(220,45,167); }
td.TdClassName
{
border-color: #DC2DA7;
}
.TagClassName
{
border-color: #DC2DA7;
}
</style>