Shades of Cerise #DC2A5D
Tints of Cerise #DC2A5D
RGB
CMYK
RGB Variations
Color information
#DC2A5D (or 0xDC2A5D) is known color: Cerise. HEX triplet: DC, 2A and 5D. RGB value is (220,42,93). Sum of RGB (Red+Green+Blue) = 220+42+93=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A5D is #23D5A2. Grayscale: #656565. Windows color (decimal): -2348451 or 6105820. OLE color: 6105820.
HSL color Cylindrical-coordinate representation of color #DC2A5D: hue angle of 342.81º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A5D is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 93 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.14 |
| HSL | 342.81º | 0.72% | 0.51% | - |
| HSV(B) | 342.81º | 0.81% | 0.86% | - |
| XYZ | 32.32 | 17.66 | 12.06 | - |
| YUV | 101.04 | 123.47 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 93 | 0 | 0.81 | 0.58 | 0.14 | 342.81 | 0.72 | 0.51 |
| Hex | DC | 2A | 5D | 0 | 51 | 3A | E | 157 | 48 | 33 |
| Octal | 334 | 52 | 135 | 0 | 121 | 72 | 16 | 527 | 110 | 63 |
| Binary | 11011100 | 101010 | 1011101 | 0 | 1010001 | 111010 | 1110 | 101010111 | 1001000 | 110011 |
Color Harmonies of #DC2A5D
Complementary color
Monochromatic Colors of #DC2A5D
Black with #DC2A5D
Text Example
Text Example
White with #DC2A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A5D; }
p { color: rgb(220,42,93); }
H1.HeaderClassName
{
color: #DC2A5D;
}
.AnyTagClassName
{
color: #DC2A5D;
}
</style>
background-color css
<style>
a { background-color: #DC2A5D; }
a { background-color: rgb(220,42,93); }
div.DivClassName
{
background-color: #DC2A5D;
}
.BgClassName
{
background-color: #DC2A5D;
}
</style>
border-color css
<style>
span { border-color: #DC2A5D; }
span { border-color: rgb(220,42,93); }
td.TdClassName
{
border-color: #DC2A5D;
}
.TagClassName
{
border-color: #DC2A5D;
}
</style>