Shades of Deep Cerise #DF2B94
Tints of Deep Cerise #DF2B94
RGB
CMYK
RGB Variations
Color information
#DF2B94 (or 0xDF2B94) is known color: Deep Cerise. HEX triplet: DF, 2B and 94. RGB value is (223,43,148). Sum of RGB (Red+Green+Blue) = 223+43+148=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B94 is #20D46B. Grayscale: #6C6C6C. Windows color (decimal): -2151532 or 9710559. OLE color: 9710559.
HSL color Cylindrical-coordinate representation of color #DF2B94: hue angle of 325º 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 #DF2B94 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 148 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.13 |
| HSL | 325º | 0.74% | 0.52% | - |
| HSV(B) | 325º | 0.81% | 0.87% | - |
| XYZ | 36.64 | 19.55 | 29.86 | - |
| YUV | 108.79 | 150.13 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 148 | 0 | 0.81 | 0.34 | 0.13 | 325 | 0.74 | 0.52 |
| Hex | DF | 2B | 94 | 0 | 51 | 22 | D | 145 | 4A | 34 |
| Octal | 337 | 53 | 224 | 0 | 121 | 42 | 15 | 505 | 112 | 64 |
| Binary | 11011111 | 101011 | 10010100 | 0 | 1010001 | 100010 | 1101 | 101000101 | 1001010 | 110100 |
Color Harmonies of #DF2B94
Complementary color
Monochromatic Colors of #DF2B94
Black with #DF2B94
Text Example
Text Example
White with #DF2B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B94; }
p { color: rgb(223,43,148); }
H1.HeaderClassName
{
color: #DF2B94;
}
.AnyTagClassName
{
color: #DF2B94;
}
</style>
background-color css
<style>
a { background-color: #DF2B94; }
a { background-color: rgb(223,43,148); }
div.DivClassName
{
background-color: #DF2B94;
}
.BgClassName
{
background-color: #DF2B94;
}
</style>
border-color css
<style>
span { border-color: #DF2B94; }
span { border-color: rgb(223,43,148); }
td.TdClassName
{
border-color: #DF2B94;
}
.TagClassName
{
border-color: #DF2B94;
}
</style>