Shades of Deep Cerise #DF2D83
Tints of Deep Cerise #DF2D83
RGB
CMYK
RGB Variations
Color information
#DF2D83 (or 0xDF2D83) is known color: Deep Cerise. HEX triplet: DF, 2D and 83. RGB value is (223,45,131). Sum of RGB (Red+Green+Blue) = 223+45+131=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2D83 is #20D27C. Grayscale: #6B6B6B. Windows color (decimal): -2151037 or 8596959. OLE color: 8596959.
HSL color Cylindrical-coordinate representation of color #DF2D83: hue angle of 331.01º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D83 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 131 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.13 |
| HSL | 331.01º | 0.74% | 0.53% | - |
| HSV(B) | 331.01º | 0.8% | 0.87% | - |
| XYZ | 35.47 | 19.2 | 23.31 | - |
| YUV | 108.03 | 140.97 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 131 | 0 | 0.80 | 0.41 | 0.13 | 331.01 | 0.74 | 0.53 |
| Hex | DF | 2D | 83 | 0 | 50 | 29 | D | 14B | 4A | 35 |
| Octal | 337 | 55 | 203 | 0 | 120 | 51 | 15 | 513 | 112 | 65 |
| Binary | 11011111 | 101101 | 10000011 | 0 | 1010000 | 101001 | 1101 | 101001011 | 1001010 | 110101 |
Color Harmonies of #DF2D83
Complementary color
Monochromatic Colors of #DF2D83
Black with #DF2D83
Text Example
Text Example
White with #DF2D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D83; }
p { color: rgb(223,45,131); }
H1.HeaderClassName
{
color: #DF2D83;
}
.AnyTagClassName
{
color: #DF2D83;
}
</style>
background-color css
<style>
a { background-color: #DF2D83; }
a { background-color: rgb(223,45,131); }
div.DivClassName
{
background-color: #DF2D83;
}
.BgClassName
{
background-color: #DF2D83;
}
</style>
border-color css
<style>
span { border-color: #DF2D83; }
span { border-color: rgb(223,45,131); }
td.TdClassName
{
border-color: #DF2D83;
}
.TagClassName
{
border-color: #DF2D83;
}
</style>