Shades of Cerise #DC2173
Tints of Cerise #DC2173
RGB
CMYK
RGB Variations
Color information
#DC2173 (or 0xDC2173) is known color: Cerise. HEX triplet: DC, 21 and 73. RGB value is (220,33,115). Sum of RGB (Red+Green+Blue) = 220+33+115=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2173 is #23DE8C. Grayscale: #626262. Windows color (decimal): -2350733 or 7545308. OLE color: 7545308.
HSL color Cylindrical-coordinate representation of color #DC2173: hue angle of 333.69º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2173 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 115 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.14 |
| HSL | 333.69º | 0.74% | 0.5% | - |
| HSV(B) | 333.69º | 0.85% | 0.86% | - |
| XYZ | 33.15 | 17.54 | 17.86 | - |
| YUV | 98.26 | 137.45 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 115 | 0 | 0.85 | 0.48 | 0.14 | 333.69 | 0.74 | 0.5 |
| Hex | DC | 21 | 73 | 0 | 55 | 30 | E | 14E | 4A | 32 |
| Octal | 334 | 41 | 163 | 0 | 125 | 60 | 16 | 516 | 112 | 62 |
| Binary | 11011100 | 100001 | 1110011 | 0 | 1010101 | 110000 | 1110 | 101001110 | 1001010 | 110010 |
Color Harmonies of #DC2173
Complementary color
Monochromatic Colors of #DC2173
Black with #DC2173
Text Example
Text Example
White with #DC2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2173; }
p { color: rgb(220,33,115); }
H1.HeaderClassName
{
color: #DC2173;
}
.AnyTagClassName
{
color: #DC2173;
}
</style>
background-color css
<style>
a { background-color: #DC2173; }
a { background-color: rgb(220,33,115); }
div.DivClassName
{
background-color: #DC2173;
}
.BgClassName
{
background-color: #DC2173;
}
</style>
border-color css
<style>
span { border-color: #DC2173; }
span { border-color: rgb(220,33,115); }
td.TdClassName
{
border-color: #DC2173;
}
.TagClassName
{
border-color: #DC2173;
}
</style>