Shades of Cerise #DC2B6E
Tints of Cerise #DC2B6E
RGB
CMYK
RGB Variations
Color information
#DC2B6E (or 0xDC2B6E) is known color: Cerise. HEX triplet: DC, 2B and 6E. RGB value is (220,43,110). Sum of RGB (Red+Green+Blue) = 220+43+110=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B6E is #23D491. Grayscale: #676767. Windows color (decimal): -2348178 or 7220188. OLE color: 7220188.
HSL color Cylindrical-coordinate representation of color #DC2B6E: hue angle of 337.29º 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 #DC2B6E is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 110 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.14 |
| HSL | 337.29º | 0.72% | 0.52% | - |
| HSV(B) | 337.29º | 0.8% | 0.86% | - |
| XYZ | 33.19 | 18.07 | 16.49 | - |
| YUV | 103.56 | 131.64 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 110 | 0 | 0.80 | 0.50 | 0.14 | 337.29 | 0.72 | 0.52 |
| Hex | DC | 2B | 6E | 0 | 50 | 32 | E | 151 | 48 | 34 |
| Octal | 334 | 53 | 156 | 0 | 120 | 62 | 16 | 521 | 110 | 64 |
| Binary | 11011100 | 101011 | 1101110 | 0 | 1010000 | 110010 | 1110 | 101010001 | 1001000 | 110100 |
Color Harmonies of #DC2B6E
Complementary color
Monochromatic Colors of #DC2B6E
Black with #DC2B6E
Text Example
Text Example
White with #DC2B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B6E; }
p { color: rgb(220,43,110); }
H1.HeaderClassName
{
color: #DC2B6E;
}
.AnyTagClassName
{
color: #DC2B6E;
}
</style>
background-color css
<style>
a { background-color: #DC2B6E; }
a { background-color: rgb(220,43,110); }
div.DivClassName
{
background-color: #DC2B6E;
}
.BgClassName
{
background-color: #DC2B6E;
}
</style>
border-color css
<style>
span { border-color: #DC2B6E; }
span { border-color: rgb(220,43,110); }
td.TdClassName
{
border-color: #DC2B6E;
}
.TagClassName
{
border-color: #DC2B6E;
}
</style>