Shades of Deep Cerise #DF2B9E
Tints of Deep Cerise #DF2B9E
RGB
CMYK
RGB Variations
Color information
#DF2B9E (or 0xDF2B9E) is known color: Deep Cerise. HEX triplet: DF, 2B and 9E. RGB value is (223,43,158). Sum of RGB (Red+Green+Blue) = 223+43+158=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B9E is #20D461. Grayscale: #6D6D6D. Windows color (decimal): -2151522 or 10365919. OLE color: 10365919.
HSL color Cylindrical-coordinate representation of color #DF2B9E: hue angle of 321.67º 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 #DF2B9E is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 158 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.13 |
| HSL | 321.67º | 0.74% | 0.52% | - |
| HSV(B) | 321.67º | 0.81% | 0.87% | - |
| XYZ | 37.47 | 19.88 | 34.21 | - |
| YUV | 109.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 158 | 0 | 0.81 | 0.29 | 0.13 | 321.67 | 0.74 | 0.52 |
| Hex | DF | 2B | 9E | 0 | 51 | 1D | D | 142 | 4A | 34 |
| Octal | 337 | 53 | 236 | 0 | 121 | 35 | 15 | 502 | 112 | 64 |
| Binary | 11011111 | 101011 | 10011110 | 0 | 1010001 | 11101 | 1101 | 101000010 | 1001010 | 110100 |
Color Harmonies of #DF2B9E
Complementary color
Monochromatic Colors of #DF2B9E
Black with #DF2B9E
Text Example
Text Example
White with #DF2B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B9E; }
p { color: rgb(223,43,158); }
H1.HeaderClassName
{
color: #DF2B9E;
}
.AnyTagClassName
{
color: #DF2B9E;
}
</style>
background-color css
<style>
a { background-color: #DF2B9E; }
a { background-color: rgb(223,43,158); }
div.DivClassName
{
background-color: #DF2B9E;
}
.BgClassName
{
background-color: #DF2B9E;
}
</style>
border-color css
<style>
span { border-color: #DF2B9E; }
span { border-color: rgb(223,43,158); }
td.TdClassName
{
border-color: #DF2B9E;
}
.TagClassName
{
border-color: #DF2B9E;
}
</style>