Shades of Deep Cerise #DF2B81
Tints of Deep Cerise #DF2B81
RGB
CMYK
RGB Variations
Color information
#DF2B81 (or 0xDF2B81) is known color: Deep Cerise. HEX triplet: DF, 2B and 81. RGB value is (223,43,129). Sum of RGB (Red+Green+Blue) = 223+43+129=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B81 is #20D47E. Grayscale: #6A6A6A. Windows color (decimal): -2151551 or 8465375. OLE color: 8465375.
HSL color Cylindrical-coordinate representation of color #DF2B81: hue angle of 331.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 #DF2B81 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 129 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.13 |
| HSL | 331.33º | 0.74% | 0.52% | - |
| HSV(B) | 331.33º | 0.81% | 0.87% | - |
| XYZ | 35.26 | 19 | 22.58 | - |
| YUV | 106.62 | 140.63 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 129 | 0 | 0.81 | 0.42 | 0.13 | 331.33 | 0.74 | 0.52 |
| Hex | DF | 2B | 81 | 0 | 51 | 2A | D | 14B | 4A | 34 |
| Octal | 337 | 53 | 201 | 0 | 121 | 52 | 15 | 513 | 112 | 64 |
| Binary | 11011111 | 101011 | 10000001 | 0 | 1010001 | 101010 | 1101 | 101001011 | 1001010 | 110100 |
Color Harmonies of #DF2B81
Complementary color
Monochromatic Colors of #DF2B81
Black with #DF2B81
Text Example
Text Example
White with #DF2B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B81; }
p { color: rgb(223,43,129); }
H1.HeaderClassName
{
color: #DF2B81;
}
.AnyTagClassName
{
color: #DF2B81;
}
</style>
background-color css
<style>
a { background-color: #DF2B81; }
a { background-color: rgb(223,43,129); }
div.DivClassName
{
background-color: #DF2B81;
}
.BgClassName
{
background-color: #DF2B81;
}
</style>
border-color css
<style>
span { border-color: #DF2B81; }
span { border-color: rgb(223,43,129); }
td.TdClassName
{
border-color: #DF2B81;
}
.TagClassName
{
border-color: #DF2B81;
}
</style>