Shades of Cerise #DC2B60
Tints of Cerise #DC2B60
RGB
CMYK
RGB Variations
Color information
#DC2B60 (or 0xDC2B60) is known color: Cerise. HEX triplet: DC, 2B and 60. RGB value is (220,43,96). Sum of RGB (Red+Green+Blue) = 220+43+96=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B60 is #23D49F. Grayscale: #656565. Windows color (decimal): -2348192 or 6302684. OLE color: 6302684.
HSL color Cylindrical-coordinate representation of color #DC2B60: hue angle of 342.03º 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 #DC2B60 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 96 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.14 |
| HSL | 342.03º | 0.72% | 0.52% | - |
| HSV(B) | 342.03º | 0.8% | 0.86% | - |
| XYZ | 32.49 | 17.79 | 12.79 | - |
| YUV | 101.97 | 124.64 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 96 | 0 | 0.80 | 0.56 | 0.14 | 342.03 | 0.72 | 0.52 |
| Hex | DC | 2B | 60 | 0 | 50 | 38 | E | 156 | 48 | 34 |
| Octal | 334 | 53 | 140 | 0 | 120 | 70 | 16 | 526 | 110 | 64 |
| Binary | 11011100 | 101011 | 1100000 | 0 | 1010000 | 111000 | 1110 | 101010110 | 1001000 | 110100 |
Color Harmonies of #DC2B60
Complementary color
Monochromatic Colors of #DC2B60
Black with #DC2B60
Text Example
Text Example
White with #DC2B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B60; }
p { color: rgb(220,43,96); }
H1.HeaderClassName
{
color: #DC2B60;
}
.AnyTagClassName
{
color: #DC2B60;
}
</style>
background-color css
<style>
a { background-color: #DC2B60; }
a { background-color: rgb(220,43,96); }
div.DivClassName
{
background-color: #DC2B60;
}
.BgClassName
{
background-color: #DC2B60;
}
</style>
border-color css
<style>
span { border-color: #DC2B60; }
span { border-color: rgb(220,43,96); }
td.TdClassName
{
border-color: #DC2B60;
}
.TagClassName
{
border-color: #DC2B60;
}
</style>