Shades of Deep Cerise #DF2D8F
Tints of Deep Cerise #DF2D8F
RGB
CMYK
RGB Variations
Color information
#DF2D8F (or 0xDF2D8F) is known color: Deep Cerise. HEX triplet: DF, 2D and 8F. RGB value is (223,45,143). Sum of RGB (Red+Green+Blue) = 223+45+143=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2D8F is #20D270. Grayscale: #6D6D6D. Windows color (decimal): -2151025 or 9383391. OLE color: 9383391.
HSL color Cylindrical-coordinate representation of color #DF2D8F: hue angle of 326.97º 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 #DF2D8F is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 143 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.13 |
| HSL | 326.97º | 0.74% | 0.53% | - |
| HSV(B) | 326.97º | 0.8% | 0.87% | - |
| XYZ | 36.33 | 19.55 | 27.85 | - |
| YUV | 109.39 | 146.97 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 143 | 0 | 0.80 | 0.36 | 0.13 | 326.97 | 0.74 | 0.53 |
| Hex | DF | 2D | 8F | 0 | 50 | 24 | D | 147 | 4A | 35 |
| Octal | 337 | 55 | 217 | 0 | 120 | 44 | 15 | 507 | 112 | 65 |
| Binary | 11011111 | 101101 | 10001111 | 0 | 1010000 | 100100 | 1101 | 101000111 | 1001010 | 110101 |
Color Harmonies of #DF2D8F
Complementary color
Monochromatic Colors of #DF2D8F
Black with #DF2D8F
Text Example
Text Example
White with #DF2D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D8F; }
p { color: rgb(223,45,143); }
H1.HeaderClassName
{
color: #DF2D8F;
}
.AnyTagClassName
{
color: #DF2D8F;
}
</style>
background-color css
<style>
a { background-color: #DF2D8F; }
a { background-color: rgb(223,45,143); }
div.DivClassName
{
background-color: #DF2D8F;
}
.BgClassName
{
background-color: #DF2D8F;
}
</style>
border-color css
<style>
span { border-color: #DF2D8F; }
span { border-color: rgb(223,45,143); }
td.TdClassName
{
border-color: #DF2D8F;
}
.TagClassName
{
border-color: #DF2D8F;
}
</style>