Shades of Cerise #DC2D5A
Tints of Cerise #DC2D5A
RGB
CMYK
RGB Variations
Color information
#DC2D5A (or 0xDC2D5A) is known color: Cerise. HEX triplet: DC, 2D and 5A. RGB value is (220,45,90). Sum of RGB (Red+Green+Blue) = 220+45+90=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2D5A is #23D2A5. Grayscale: #666666. Windows color (decimal): -2347686 or 5909980. OLE color: 5909980.
HSL color Cylindrical-coordinate representation of color #DC2D5A: hue angle of 344.57º degrees, saturation: 0.71, 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 #DC2D5A is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 90 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.14 |
| HSL | 344.57º | 0.71% | 0.52% | - |
| HSV(B) | 344.57º | 0.8% | 0.86% | - |
| XYZ | 32.3 | 17.83 | 11.41 | - |
| YUV | 102.46 | 120.98 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 90 | 0 | 0.80 | 0.59 | 0.14 | 344.57 | 0.71 | 0.52 |
| Hex | DC | 2D | 5A | 0 | 50 | 3B | E | 159 | 47 | 34 |
| Octal | 334 | 55 | 132 | 0 | 120 | 73 | 16 | 531 | 107 | 64 |
| Binary | 11011100 | 101101 | 1011010 | 0 | 1010000 | 111011 | 1110 | 101011001 | 1000111 | 110100 |
Color Harmonies of #DC2D5A
Complementary color
Monochromatic Colors of #DC2D5A
Black with #DC2D5A
Text Example
Text Example
White with #DC2D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D5A; }
p { color: rgb(220,45,90); }
H1.HeaderClassName
{
color: #DC2D5A;
}
.AnyTagClassName
{
color: #DC2D5A;
}
</style>
background-color css
<style>
a { background-color: #DC2D5A; }
a { background-color: rgb(220,45,90); }
div.DivClassName
{
background-color: #DC2D5A;
}
.BgClassName
{
background-color: #DC2D5A;
}
</style>
border-color css
<style>
span { border-color: #DC2D5A; }
span { border-color: rgb(220,45,90); }
td.TdClassName
{
border-color: #DC2D5A;
}
.TagClassName
{
border-color: #DC2D5A;
}
</style>