Shades of Deep Cerise #DC2B91
Tints of Deep Cerise #DC2B91
RGB
CMYK
RGB Variations
Color information
#DC2B91 (or 0xDC2B91) is known color: Deep Cerise. HEX triplet: DC, 2B and 91. RGB value is (220,43,145). Sum of RGB (Red+Green+Blue) = 220+43+145=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B91 is #23D46E. Grayscale: #6B6B6B. Windows color (decimal): -2348143 or 9513948. OLE color: 9513948.
HSL color Cylindrical-coordinate representation of color #DC2B91: hue angle of 325.42º 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 #DC2B91 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 145 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.14 |
| HSL | 325.42º | 0.72% | 0.52% | - |
| HSV(B) | 325.42º | 0.8% | 0.86% | - |
| XYZ | 35.49 | 18.99 | 28.58 | - |
| YUV | 107.55 | 149.14 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 145 | 0 | 0.80 | 0.34 | 0.14 | 325.42 | 0.72 | 0.52 |
| Hex | DC | 2B | 91 | 0 | 50 | 22 | E | 145 | 48 | 34 |
| Octal | 334 | 53 | 221 | 0 | 120 | 42 | 16 | 505 | 110 | 64 |
| Binary | 11011100 | 101011 | 10010001 | 0 | 1010000 | 100010 | 1110 | 101000101 | 1001000 | 110100 |
Color Harmonies of #DC2B91
Complementary color
Monochromatic Colors of #DC2B91
Black with #DC2B91
Text Example
Text Example
White with #DC2B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B91; }
p { color: rgb(220,43,145); }
H1.HeaderClassName
{
color: #DC2B91;
}
.AnyTagClassName
{
color: #DC2B91;
}
</style>
background-color css
<style>
a { background-color: #DC2B91; }
a { background-color: rgb(220,43,145); }
div.DivClassName
{
background-color: #DC2B91;
}
.BgClassName
{
background-color: #DC2B91;
}
</style>
border-color css
<style>
span { border-color: #DC2B91; }
span { border-color: rgb(220,43,145); }
td.TdClassName
{
border-color: #DC2B91;
}
.TagClassName
{
border-color: #DC2B91;
}
</style>