Shades of Cerise #DC2170
Tints of Cerise #DC2170
RGB
CMYK
RGB Variations
Color information
#DC2170 (or 0xDC2170) is known color: Cerise. HEX triplet: DC, 21 and 70. RGB value is (220,33,112). Sum of RGB (Red+Green+Blue) = 220+33+112=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2170 is #23DE8F. Grayscale: #616161. Windows color (decimal): -2350736 or 7348700. OLE color: 7348700.
HSL color Cylindrical-coordinate representation of color #DC2170: hue angle of 334.65º 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 #DC2170 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 112 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.14 |
| HSL | 334.65º | 0.74% | 0.5% | - |
| HSV(B) | 334.65º | 0.85% | 0.86% | - |
| XYZ | 32.98 | 17.47 | 16.96 | - |
| YUV | 97.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 112 | 0 | 0.85 | 0.49 | 0.14 | 334.65 | 0.74 | 0.5 |
| Hex | DC | 21 | 70 | 0 | 55 | 31 | E | 14F | 4A | 32 |
| Octal | 334 | 41 | 160 | 0 | 125 | 61 | 16 | 517 | 112 | 62 |
| Binary | 11011100 | 100001 | 1110000 | 0 | 1010101 | 110001 | 1110 | 101001111 | 1001010 | 110010 |
Color Harmonies of #DC2170
Complementary color
Monochromatic Colors of #DC2170
Black with #DC2170
Text Example
Text Example
White with #DC2170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2170; }
p { color: rgb(220,33,112); }
H1.HeaderClassName
{
color: #DC2170;
}
.AnyTagClassName
{
color: #DC2170;
}
</style>
background-color css
<style>
a { background-color: #DC2170; }
a { background-color: rgb(220,33,112); }
div.DivClassName
{
background-color: #DC2170;
}
.BgClassName
{
background-color: #DC2170;
}
</style>
border-color css
<style>
span { border-color: #DC2170; }
span { border-color: rgb(220,33,112); }
td.TdClassName
{
border-color: #DC2170;
}
.TagClassName
{
border-color: #DC2170;
}
</style>