Shades of Deep Cerise #DC2D7A
Tints of Deep Cerise #DC2D7A
RGB
CMYK
RGB Variations
Color information
#DC2D7A (or 0xDC2D7A) is known color: Deep Cerise. HEX triplet: DC, 2D and 7A. RGB value is (220,45,122). Sum of RGB (Red+Green+Blue) = 220+45+122=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2D7A is #23D285. Grayscale: #696969. Windows color (decimal): -2347654 or 8007132. OLE color: 8007132.
HSL color Cylindrical-coordinate representation of color #DC2D7A: hue angle of 333.6º 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 #DC2D7A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 122 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.14 |
| HSL | 333.6º | 0.71% | 0.52% | - |
| HSV(B) | 333.6º | 0.8% | 0.86% | - |
| XYZ | 33.97 | 18.5 | 20.19 | - |
| YUV | 106.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 122 | 0 | 0.80 | 0.45 | 0.14 | 333.6 | 0.71 | 0.52 |
| Hex | DC | 2D | 7A | 0 | 50 | 2D | E | 14E | 47 | 34 |
| Octal | 334 | 55 | 172 | 0 | 120 | 55 | 16 | 516 | 107 | 64 |
| Binary | 11011100 | 101101 | 1111010 | 0 | 1010000 | 101101 | 1110 | 101001110 | 1000111 | 110100 |
Color Harmonies of #DC2D7A
Complementary color
Monochromatic Colors of #DC2D7A
Black with #DC2D7A
Text Example
Text Example
White with #DC2D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D7A; }
p { color: rgb(220,45,122); }
H1.HeaderClassName
{
color: #DC2D7A;
}
.AnyTagClassName
{
color: #DC2D7A;
}
</style>
background-color css
<style>
a { background-color: #DC2D7A; }
a { background-color: rgb(220,45,122); }
div.DivClassName
{
background-color: #DC2D7A;
}
.BgClassName
{
background-color: #DC2D7A;
}
</style>
border-color css
<style>
span { border-color: #DC2D7A; }
span { border-color: rgb(220,45,122); }
td.TdClassName
{
border-color: #DC2D7A;
}
.TagClassName
{
border-color: #DC2D7A;
}
</style>