Shades of Cerise #DC2C5B
Tints of Cerise #DC2C5B
RGB
CMYK
RGB Variations
Color information
#DC2C5B (or 0xDC2C5B) is known color: Cerise. HEX triplet: DC, 2C and 5B. RGB value is (220,44,91). Sum of RGB (Red+Green+Blue) = 220+44+91=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2C5B is #23D3A4. Grayscale: #656565. Windows color (decimal): -2347941 or 5975260. OLE color: 5975260.
HSL color Cylindrical-coordinate representation of color #DC2C5B: hue angle of 343.98º 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 #DC2C5B is Cyan = 0, Magento = 0.8, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 91 | - |
| CMYK | 0 | 0.8 | 0.59 | 0.14 |
| HSL | 343.98º | 0.72% | 0.52% | - |
| HSV(B) | 343.98º | 0.8% | 0.86% | - |
| XYZ | 32.3 | 17.77 | 11.63 | - |
| YUV | 101.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 91 | 0 | 0.8 | 0.59 | 0.14 | 343.98 | 0.72 | 0.52 |
| Hex | DC | 2C | 5B | 0 | 50 | 3B | E | 158 | 48 | 34 |
| Octal | 334 | 54 | 133 | 0 | 120 | 73 | 16 | 530 | 110 | 64 |
| Binary | 11011100 | 101100 | 1011011 | 0 | 1010000 | 111011 | 1110 | 101011000 | 1001000 | 110100 |
Color Harmonies of #DC2C5B
Complementary color
Monochromatic Colors of #DC2C5B
Black with #DC2C5B
Text Example
Text Example
White with #DC2C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C5B; }
p { color: rgb(220,44,91); }
H1.HeaderClassName
{
color: #DC2C5B;
}
.AnyTagClassName
{
color: #DC2C5B;
}
</style>
background-color css
<style>
a { background-color: #DC2C5B; }
a { background-color: rgb(220,44,91); }
div.DivClassName
{
background-color: #DC2C5B;
}
.BgClassName
{
background-color: #DC2C5B;
}
</style>
border-color css
<style>
span { border-color: #DC2C5B; }
span { border-color: rgb(220,44,91); }
td.TdClassName
{
border-color: #DC2C5B;
}
.TagClassName
{
border-color: #DC2C5B;
}
</style>