Shades of Cerise #DC2C72
Tints of Cerise #DC2C72
RGB
CMYK
RGB Variations
Color information
#DC2C72 (or 0xDC2C72) is known color: Cerise. HEX triplet: DC, 2C and 72. RGB value is (220,44,114). Sum of RGB (Red+Green+Blue) = 220+44+114=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C72 is #23D38D. Grayscale: #686868. Windows color (decimal): -2347918 or 7482588. OLE color: 7482588.
HSL color Cylindrical-coordinate representation of color #DC2C72: hue angle of 336.14º degrees, saturation: 0.72, 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 #DC2C72 is Cyan = 0, Magento = 0.8, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 114 | - |
| CMYK | 0 | 0.8 | 0.48 | 0.14 |
| HSL | 336.14º | 0.72% | 0.52% | - |
| HSV(B) | 336.14º | 0.8% | 0.86% | - |
| XYZ | 33.45 | 18.23 | 17.68 | - |
| YUV | 104.6 | 133.31 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 114 | 0 | 0.8 | 0.48 | 0.14 | 336.14 | 0.72 | 0.52 |
| Hex | DC | 2C | 72 | 0 | 50 | 30 | E | 150 | 48 | 34 |
| Octal | 334 | 54 | 162 | 0 | 120 | 60 | 16 | 520 | 110 | 64 |
| Binary | 11011100 | 101100 | 1110010 | 0 | 1010000 | 110000 | 1110 | 101010000 | 1001000 | 110100 |
Color Harmonies of #DC2C72
Complementary color
Monochromatic Colors of #DC2C72
Black with #DC2C72
Text Example
Text Example
White with #DC2C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C72; }
p { color: rgb(220,44,114); }
H1.HeaderClassName
{
color: #DC2C72;
}
.AnyTagClassName
{
color: #DC2C72;
}
</style>
background-color css
<style>
a { background-color: #DC2C72; }
a { background-color: rgb(220,44,114); }
div.DivClassName
{
background-color: #DC2C72;
}
.BgClassName
{
background-color: #DC2C72;
}
</style>
border-color css
<style>
span { border-color: #DC2C72; }
span { border-color: rgb(220,44,114); }
td.TdClassName
{
border-color: #DC2C72;
}
.TagClassName
{
border-color: #DC2C72;
}
</style>