Shades of Cerise #DC2C66
Tints of Cerise #DC2C66
RGB
CMYK
RGB Variations
Color information
#DC2C66 (or 0xDC2C66) is known color: Cerise. HEX triplet: DC, 2C and 66. RGB value is (220,44,102). Sum of RGB (Red+Green+Blue) = 220+44+102=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C66 is #23D399. Grayscale: #676767. Windows color (decimal): -2347930 or 6696156. OLE color: 6696156.
HSL color Cylindrical-coordinate representation of color #DC2C66: hue angle of 340.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2C66 is Cyan = 0, Magento = 0.8, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 102 | - |
| CMYK | 0 | 0.8 | 0.54 | 0.14 |
| HSL | 340.23º | 0.72% | 0.52% | - |
| HSV(B) | 340.23º | 0.8% | 0.86% | - |
| XYZ | 32.81 | 17.98 | 14.31 | - |
| YUV | 103.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 102 | 0 | 0.8 | 0.54 | 0.14 | 340.23 | 0.72 | 0.52 |
| Hex | DC | 2C | 66 | 0 | 50 | 36 | E | 154 | 48 | 34 |
| Octal | 334 | 54 | 146 | 0 | 120 | 66 | 16 | 524 | 110 | 64 |
| Binary | 11011100 | 101100 | 1100110 | 0 | 1010000 | 110110 | 1110 | 101010100 | 1001000 | 110100 |
Color Harmonies of #DC2C66
Complementary color
Monochromatic Colors of #DC2C66
Black with #DC2C66
Text Example
Text Example
White with #DC2C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C66; }
p { color: rgb(220,44,102); }
H1.HeaderClassName
{
color: #DC2C66;
}
.AnyTagClassName
{
color: #DC2C66;
}
</style>
background-color css
<style>
a { background-color: #DC2C66; }
a { background-color: rgb(220,44,102); }
div.DivClassName
{
background-color: #DC2C66;
}
.BgClassName
{
background-color: #DC2C66;
}
</style>
border-color css
<style>
span { border-color: #DC2C66; }
span { border-color: rgb(220,44,102); }
td.TdClassName
{
border-color: #DC2C66;
}
.TagClassName
{
border-color: #DC2C66;
}
</style>