Shades of Cerise #DC2270
Tints of Cerise #DC2270
RGB
CMYK
RGB Variations
Color information
#DC2270 (or 0xDC2270) is known color: Cerise. HEX triplet: DC, 22 and 70. RGB value is (220,34,112). Sum of RGB (Red+Green+Blue) = 220+34+112=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2270 is #23DD8F. Grayscale: #626262. Windows color (decimal): -2350480 or 7348956. OLE color: 7348956.
HSL color Cylindrical-coordinate representation of color #DC2270: hue angle of 334.84º degrees, saturation: 0.73, 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 #DC2270 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 112 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.14 |
| HSL | 334.84º | 0.73% | 0.5% | - |
| HSV(B) | 334.84º | 0.85% | 0.86% | - |
| XYZ | 33.01 | 17.53 | 16.97 | - |
| YUV | 98.51 | 135.62 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 112 | 0 | 0.85 | 0.49 | 0.14 | 334.84 | 0.73 | 0.5 |
| Hex | DC | 22 | 70 | 0 | 55 | 31 | E | 14F | 49 | 32 |
| Octal | 334 | 42 | 160 | 0 | 125 | 61 | 16 | 517 | 111 | 62 |
| Binary | 11011100 | 100010 | 1110000 | 0 | 1010101 | 110001 | 1110 | 101001111 | 1001001 | 110010 |
Color Harmonies of #DC2270
Complementary color
Monochromatic Colors of #DC2270
Black with #DC2270
Text Example
Text Example
White with #DC2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2270; }
p { color: rgb(220,34,112); }
H1.HeaderClassName
{
color: #DC2270;
}
.AnyTagClassName
{
color: #DC2270;
}
</style>
background-color css
<style>
a { background-color: #DC2270; }
a { background-color: rgb(220,34,112); }
div.DivClassName
{
background-color: #DC2270;
}
.BgClassName
{
background-color: #DC2270;
}
</style>
border-color css
<style>
span { border-color: #DC2270; }
span { border-color: rgb(220,34,112); }
td.TdClassName
{
border-color: #DC2270;
}
.TagClassName
{
border-color: #DC2270;
}
</style>