Shades of Cerise #DC2772
Tints of Cerise #DC2772
RGB
CMYK
RGB Variations
Color information
#DC2772 (or 0xDC2772) is known color: Cerise. HEX triplet: DC, 27 and 72. RGB value is (220,39,114). Sum of RGB (Red+Green+Blue) = 220+39+114=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2772 is #23D88D. Grayscale: #656565. Windows color (decimal): -2349198 or 7481308. OLE color: 7481308.
HSL color Cylindrical-coordinate representation of color #DC2772: hue angle of 335.14º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2772 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 114 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.14 |
| HSL | 335.14º | 0.72% | 0.51% | - |
| HSV(B) | 335.14º | 0.82% | 0.86% | - |
| XYZ | 33.28 | 17.88 | 17.62 | - |
| YUV | 101.67 | 134.97 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 114 | 0 | 0.82 | 0.48 | 0.14 | 335.14 | 0.72 | 0.51 |
| Hex | DC | 27 | 72 | 0 | 52 | 30 | E | 14F | 48 | 33 |
| Octal | 334 | 47 | 162 | 0 | 122 | 60 | 16 | 517 | 110 | 63 |
| Binary | 11011100 | 100111 | 1110010 | 0 | 1010010 | 110000 | 1110 | 101001111 | 1001000 | 110011 |
Color Harmonies of #DC2772
Complementary color
Monochromatic Colors of #DC2772
Black with #DC2772
Text Example
Text Example
White with #DC2772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2772; }
p { color: rgb(220,39,114); }
H1.HeaderClassName
{
color: #DC2772;
}
.AnyTagClassName
{
color: #DC2772;
}
</style>
background-color css
<style>
a { background-color: #DC2772; }
a { background-color: rgb(220,39,114); }
div.DivClassName
{
background-color: #DC2772;
}
.BgClassName
{
background-color: #DC2772;
}
</style>
border-color css
<style>
span { border-color: #DC2772; }
span { border-color: rgb(220,39,114); }
td.TdClassName
{
border-color: #DC2772;
}
.TagClassName
{
border-color: #DC2772;
}
</style>