Shades of Deep Cerise #DF2B91
Tints of Deep Cerise #DF2B91
RGB
CMYK
RGB Variations
Color information
#DF2B91 (or 0xDF2B91) is known color: Deep Cerise. HEX triplet: DF, 2B and 91. RGB value is (223,43,145). Sum of RGB (Red+Green+Blue) = 223+43+145=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B91 is #20D46E. Grayscale: #6C6C6C. Windows color (decimal): -2151535 or 9513951. OLE color: 9513951.
HSL color Cylindrical-coordinate representation of color #DF2B91: hue angle of 326º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2B91 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 145 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.13 |
| HSL | 326º | 0.74% | 0.52% | - |
| HSV(B) | 326º | 0.81% | 0.87% | - |
| XYZ | 36.41 | 19.46 | 28.63 | - |
| YUV | 108.45 | 148.63 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 145 | 0 | 0.81 | 0.35 | 0.13 | 326 | 0.74 | 0.52 |
| Hex | DF | 2B | 91 | 0 | 51 | 23 | D | 146 | 4A | 34 |
| Octal | 337 | 53 | 221 | 0 | 121 | 43 | 15 | 506 | 112 | 64 |
| Binary | 11011111 | 101011 | 10010001 | 0 | 1010001 | 100011 | 1101 | 101000110 | 1001010 | 110100 |
Color Harmonies of #DF2B91
Complementary color
Monochromatic Colors of #DF2B91
Black with #DF2B91
Text Example
Text Example
White with #DF2B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B91; }
p { color: rgb(223,43,145); }
H1.HeaderClassName
{
color: #DF2B91;
}
.AnyTagClassName
{
color: #DF2B91;
}
</style>
background-color css
<style>
a { background-color: #DF2B91; }
a { background-color: rgb(223,43,145); }
div.DivClassName
{
background-color: #DF2B91;
}
.BgClassName
{
background-color: #DF2B91;
}
</style>
border-color css
<style>
span { border-color: #DF2B91; }
span { border-color: rgb(223,43,145); }
td.TdClassName
{
border-color: #DF2B91;
}
.TagClassName
{
border-color: #DF2B91;
}
</style>