Shades of Deep Cerise #DF2B98
Tints of Deep Cerise #DF2B98
RGB
CMYK
RGB Variations
Color information
#DF2B98 (or 0xDF2B98) is known color: Deep Cerise. HEX triplet: DF, 2B and 98. RGB value is (223,43,152). Sum of RGB (Red+Green+Blue) = 223+43+152=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B98 is #20D467. Grayscale: #6C6C6C. Windows color (decimal): -2151528 or 9972703. OLE color: 9972703.
HSL color Cylindrical-coordinate representation of color #DF2B98: hue angle of 323.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 #DF2B98 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 152 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.13 |
| HSL | 323.67º | 0.74% | 0.52% | - |
| HSV(B) | 323.67º | 0.81% | 0.87% | - |
| XYZ | 36.96 | 19.68 | 31.56 | - |
| YUV | 109.25 | 152.13 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 152 | 0 | 0.81 | 0.32 | 0.13 | 323.67 | 0.74 | 0.52 |
| Hex | DF | 2B | 98 | 0 | 51 | 20 | D | 144 | 4A | 34 |
| Octal | 337 | 53 | 230 | 0 | 121 | 40 | 15 | 504 | 112 | 64 |
| Binary | 11011111 | 101011 | 10011000 | 0 | 1010001 | 100000 | 1101 | 101000100 | 1001010 | 110100 |
Color Harmonies of #DF2B98
Complementary color
Monochromatic Colors of #DF2B98
Black with #DF2B98
Text Example
Text Example
White with #DF2B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B98; }
p { color: rgb(223,43,152); }
H1.HeaderClassName
{
color: #DF2B98;
}
.AnyTagClassName
{
color: #DF2B98;
}
</style>
background-color css
<style>
a { background-color: #DF2B98; }
a { background-color: rgb(223,43,152); }
div.DivClassName
{
background-color: #DF2B98;
}
.BgClassName
{
background-color: #DF2B98;
}
</style>
border-color css
<style>
span { border-color: #DF2B98; }
span { border-color: rgb(223,43,152); }
td.TdClassName
{
border-color: #DF2B98;
}
.TagClassName
{
border-color: #DF2B98;
}
</style>