Shades of Cerise #DC2166
Tints of Cerise #DC2166
RGB
CMYK
RGB Variations
Color information
#DC2166 (or 0xDC2166) is known color: Cerise. HEX triplet: DC, 21 and 66. RGB value is (220,33,102). Sum of RGB (Red+Green+Blue) = 220+33+102=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2166 is #23DE99. Grayscale: #606060. Windows color (decimal): -2350746 or 6693340. OLE color: 6693340.
HSL color Cylindrical-coordinate representation of color #DC2166: hue angle of 337.86º 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 #DC2166 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 102 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.14 |
| HSL | 337.86º | 0.74% | 0.5% | - |
| HSV(B) | 337.86º | 0.85% | 0.86% | - |
| XYZ | 32.46 | 17.26 | 14.19 | - |
| YUV | 96.78 | 130.95 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 102 | 0 | 0.85 | 0.54 | 0.14 | 337.86 | 0.74 | 0.5 |
| Hex | DC | 21 | 66 | 0 | 55 | 36 | E | 152 | 4A | 32 |
| Octal | 334 | 41 | 146 | 0 | 125 | 66 | 16 | 522 | 112 | 62 |
| Binary | 11011100 | 100001 | 1100110 | 0 | 1010101 | 110110 | 1110 | 101010010 | 1001010 | 110010 |
Color Harmonies of #DC2166
Complementary color
Monochromatic Colors of #DC2166
Black with #DC2166
Text Example
Text Example
White with #DC2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2166; }
p { color: rgb(220,33,102); }
H1.HeaderClassName
{
color: #DC2166;
}
.AnyTagClassName
{
color: #DC2166;
}
</style>
background-color css
<style>
a { background-color: #DC2166; }
a { background-color: rgb(220,33,102); }
div.DivClassName
{
background-color: #DC2166;
}
.BgClassName
{
background-color: #DC2166;
}
</style>
border-color css
<style>
span { border-color: #DC2166; }
span { border-color: rgb(220,33,102); }
td.TdClassName
{
border-color: #DC2166;
}
.TagClassName
{
border-color: #DC2166;
}
</style>