Shades of Deep Cerise #DF2B80
Tints of Deep Cerise #DF2B80
RGB
CMYK
RGB Variations
Color information
#DF2B80 (or 0xDF2B80) is known color: Deep Cerise. HEX triplet: DF, 2B and 80. RGB value is (223,43,128). Sum of RGB (Red+Green+Blue) = 223+43+128=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B80 is #20D47F. Grayscale: #6A6A6A. Windows color (decimal): -2151552 or 8399839. OLE color: 8399839.
HSL color Cylindrical-coordinate representation of color #DF2B80: hue angle of 331.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 #DF2B80 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 128 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.13 |
| HSL | 331.67º | 0.74% | 0.52% | - |
| HSV(B) | 331.67º | 0.81% | 0.87% | - |
| XYZ | 35.19 | 18.97 | 22.23 | - |
| YUV | 106.51 | 140.13 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 128 | 0 | 0.81 | 0.43 | 0.13 | 331.67 | 0.74 | 0.52 |
| Hex | DF | 2B | 80 | 0 | 51 | 2B | D | 14C | 4A | 34 |
| Octal | 337 | 53 | 200 | 0 | 121 | 53 | 15 | 514 | 112 | 64 |
| Binary | 11011111 | 101011 | 10000000 | 0 | 1010001 | 101011 | 1101 | 101001100 | 1001010 | 110100 |
Color Harmonies of #DF2B80
Complementary color
Monochromatic Colors of #DF2B80
Black with #DF2B80
Text Example
Text Example
White with #DF2B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B80; }
p { color: rgb(223,43,128); }
H1.HeaderClassName
{
color: #DF2B80;
}
.AnyTagClassName
{
color: #DF2B80;
}
</style>
background-color css
<style>
a { background-color: #DF2B80; }
a { background-color: rgb(223,43,128); }
div.DivClassName
{
background-color: #DF2B80;
}
.BgClassName
{
background-color: #DF2B80;
}
</style>
border-color css
<style>
span { border-color: #DF2B80; }
span { border-color: rgb(223,43,128); }
td.TdClassName
{
border-color: #DF2B80;
}
.TagClassName
{
border-color: #DF2B80;
}
</style>