Shades of Cerise #DC2B71
Tints of Cerise #DC2B71
RGB
CMYK
RGB Variations
Color information
#DC2B71 (or 0xDC2B71) is known color: Cerise. HEX triplet: DC, 2B and 71. RGB value is (220,43,113). Sum of RGB (Red+Green+Blue) = 220+43+113=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B71 is #23D48E. Grayscale: #676767. Windows color (decimal): -2348175 or 7416796. OLE color: 7416796.
HSL color Cylindrical-coordinate representation of color #DC2B71: hue angle of 336.27º 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 #DC2B71 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 113 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.14 |
| HSL | 336.27º | 0.72% | 0.52% | - |
| HSV(B) | 336.27º | 0.8% | 0.86% | - |
| XYZ | 33.36 | 18.14 | 17.37 | - |
| YUV | 103.9 | 133.14 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 113 | 0 | 0.80 | 0.49 | 0.14 | 336.27 | 0.72 | 0.52 |
| Hex | DC | 2B | 71 | 0 | 50 | 31 | E | 150 | 48 | 34 |
| Octal | 334 | 53 | 161 | 0 | 120 | 61 | 16 | 520 | 110 | 64 |
| Binary | 11011100 | 101011 | 1110001 | 0 | 1010000 | 110001 | 1110 | 101010000 | 1001000 | 110100 |
Color Harmonies of #DC2B71
Complementary color
Monochromatic Colors of #DC2B71
Black with #DC2B71
Text Example
Text Example
White with #DC2B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B71; }
p { color: rgb(220,43,113); }
H1.HeaderClassName
{
color: #DC2B71;
}
.AnyTagClassName
{
color: #DC2B71;
}
</style>
background-color css
<style>
a { background-color: #DC2B71; }
a { background-color: rgb(220,43,113); }
div.DivClassName
{
background-color: #DC2B71;
}
.BgClassName
{
background-color: #DC2B71;
}
</style>
border-color css
<style>
span { border-color: #DC2B71; }
span { border-color: rgb(220,43,113); }
td.TdClassName
{
border-color: #DC2B71;
}
.TagClassName
{
border-color: #DC2B71;
}
</style>