Shades of Deep Cerise #DF2B9C
Tints of Deep Cerise #DF2B9C
RGB
CMYK
RGB Variations
Color information
#DF2B9C (or 0xDF2B9C) is known color: Deep Cerise. HEX triplet: DF, 2B and 9C. RGB value is (223,43,156). Sum of RGB (Red+Green+Blue) = 223+43+156=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B9C is #20D463. Grayscale: #6D6D6D. Windows color (decimal): -2151524 or 10234847. OLE color: 10234847.
HSL color Cylindrical-coordinate representation of color #DF2B9C: hue angle of 322.33º 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 #DF2B9C is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 156 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.13 |
| HSL | 322.33º | 0.74% | 0.52% | - |
| HSV(B) | 322.33º | 0.81% | 0.87% | - |
| XYZ | 37.3 | 19.82 | 33.31 | - |
| YUV | 109.7 | 154.13 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 156 | 0 | 0.81 | 0.30 | 0.13 | 322.33 | 0.74 | 0.52 |
| Hex | DF | 2B | 9C | 0 | 51 | 1E | D | 142 | 4A | 34 |
| Octal | 337 | 53 | 234 | 0 | 121 | 36 | 15 | 502 | 112 | 64 |
| Binary | 11011111 | 101011 | 10011100 | 0 | 1010001 | 11110 | 1101 | 101000010 | 1001010 | 110100 |
Color Harmonies of #DF2B9C
Complementary color
Monochromatic Colors of #DF2B9C
Black with #DF2B9C
Text Example
Text Example
White with #DF2B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B9C; }
p { color: rgb(223,43,156); }
H1.HeaderClassName
{
color: #DF2B9C;
}
.AnyTagClassName
{
color: #DF2B9C;
}
</style>
background-color css
<style>
a { background-color: #DF2B9C; }
a { background-color: rgb(223,43,156); }
div.DivClassName
{
background-color: #DF2B9C;
}
.BgClassName
{
background-color: #DF2B9C;
}
</style>
border-color css
<style>
span { border-color: #DF2B9C; }
span { border-color: rgb(223,43,156); }
td.TdClassName
{
border-color: #DF2B9C;
}
.TagClassName
{
border-color: #DF2B9C;
}
</style>