Shades of Cerise #DC2D5B
Tints of Cerise #DC2D5B
RGB
CMYK
RGB Variations
Color information
#DC2D5B (or 0xDC2D5B) is known color: Cerise. HEX triplet: DC, 2D and 5B. RGB value is (220,45,91). Sum of RGB (Red+Green+Blue) = 220+45+91=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2D5B is #23D2A4. Grayscale: #666666. Windows color (decimal): -2347685 or 5975516. OLE color: 5975516.
HSL color Cylindrical-coordinate representation of color #DC2D5B: hue angle of 344.23º 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 #DC2D5B is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 91 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.14 |
| HSL | 344.23º | 0.71% | 0.52% | - |
| HSV(B) | 344.23º | 0.8% | 0.86% | - |
| XYZ | 32.34 | 17.85 | 11.64 | - |
| YUV | 102.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 91 | 0 | 0.80 | 0.59 | 0.14 | 344.23 | 0.71 | 0.52 |
| Hex | DC | 2D | 5B | 0 | 50 | 3B | E | 158 | 47 | 34 |
| Octal | 334 | 55 | 133 | 0 | 120 | 73 | 16 | 530 | 107 | 64 |
| Binary | 11011100 | 101101 | 1011011 | 0 | 1010000 | 111011 | 1110 | 101011000 | 1000111 | 110100 |
Color Harmonies of #DC2D5B
Complementary color
Monochromatic Colors of #DC2D5B
Black with #DC2D5B
Text Example
Text Example
White with #DC2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D5B; }
p { color: rgb(220,45,91); }
H1.HeaderClassName
{
color: #DC2D5B;
}
.AnyTagClassName
{
color: #DC2D5B;
}
</style>
background-color css
<style>
a { background-color: #DC2D5B; }
a { background-color: rgb(220,45,91); }
div.DivClassName
{
background-color: #DC2D5B;
}
.BgClassName
{
background-color: #DC2D5B;
}
</style>
border-color css
<style>
span { border-color: #DC2D5B; }
span { border-color: rgb(220,45,91); }
td.TdClassName
{
border-color: #DC2D5B;
}
.TagClassName
{
border-color: #DC2D5B;
}
</style>