Shades of Deep Cerise #DF2B9D
Tints of Deep Cerise #DF2B9D
RGB
CMYK
RGB Variations
Color information
#DF2B9D (or 0xDF2B9D) is known color: Deep Cerise. HEX triplet: DF, 2B and 9D. RGB value is (223,43,157). Sum of RGB (Red+Green+Blue) = 223+43+157=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B9D is #20D462. Grayscale: #6D6D6D. Windows color (decimal): -2151523 or 10300383. OLE color: 10300383.
HSL color Cylindrical-coordinate representation of color #DF2B9D: hue angle of 322º 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 #DF2B9D is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 157 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.13 |
| HSL | 322º | 0.74% | 0.52% | - |
| HSV(B) | 322º | 0.81% | 0.87% | - |
| XYZ | 37.38 | 19.85 | 33.76 | - |
| YUV | 109.82 | 154.63 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 157 | 0 | 0.81 | 0.30 | 0.13 | 322 | 0.74 | 0.52 |
| Hex | DF | 2B | 9D | 0 | 51 | 1E | D | 142 | 4A | 34 |
| Octal | 337 | 53 | 235 | 0 | 121 | 36 | 15 | 502 | 112 | 64 |
| Binary | 11011111 | 101011 | 10011101 | 0 | 1010001 | 11110 | 1101 | 101000010 | 1001010 | 110100 |
Color Harmonies of #DF2B9D
Complementary color
Monochromatic Colors of #DF2B9D
Black with #DF2B9D
Text Example
Text Example
White with #DF2B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B9D; }
p { color: rgb(223,43,157); }
H1.HeaderClassName
{
color: #DF2B9D;
}
.AnyTagClassName
{
color: #DF2B9D;
}
</style>
background-color css
<style>
a { background-color: #DF2B9D; }
a { background-color: rgb(223,43,157); }
div.DivClassName
{
background-color: #DF2B9D;
}
.BgClassName
{
background-color: #DF2B9D;
}
</style>
border-color css
<style>
span { border-color: #DF2B9D; }
span { border-color: rgb(223,43,157); }
td.TdClassName
{
border-color: #DF2B9D;
}
.TagClassName
{
border-color: #DF2B9D;
}
</style>