Shades of Deep Cerise #DF3E9F
Tints of Deep Cerise #DF3E9F
RGB
CMYK
RGB Variations
Color information
#DF3E9F (or 0xDF3E9F) is known color: Deep Cerise. HEX triplet: DF, 3E and 9F. RGB value is (223,62,159). Sum of RGB (Red+Green+Blue) = 223+62+159=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3E9F is #20C160. Grayscale: #787878. Windows color (decimal): -2146657 or 10436319. OLE color: 10436319.
HSL color Cylindrical-coordinate representation of color #DF3E9F: hue angle of 323.85º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3E9F is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 159 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.13 |
| HSL | 323.85º | 0.72% | 0.56% | - |
| HSV(B) | 323.85º | 0.72% | 0.87% | - |
| XYZ | 38.41 | 21.64 | 34.95 | - |
| YUV | 121.2 | 149.34 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 159 | 0 | 0.72 | 0.29 | 0.13 | 323.85 | 0.72 | 0.56 |
| Hex | DF | 3E | 9F | 0 | 48 | 1D | D | 144 | 48 | 38 |
| Octal | 337 | 76 | 237 | 0 | 110 | 35 | 15 | 504 | 110 | 70 |
| Binary | 11011111 | 111110 | 10011111 | 0 | 1001000 | 11101 | 1101 | 101000100 | 1001000 | 111000 |
Color Harmonies of #DF3E9F
Complementary color
Monochromatic Colors of #DF3E9F
Black with #DF3E9F
Text Example
Text Example
White with #DF3E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E9F; }
p { color: rgb(223,62,159); }
H1.HeaderClassName
{
color: #DF3E9F;
}
.AnyTagClassName
{
color: #DF3E9F;
}
</style>
background-color css
<style>
a { background-color: #DF3E9F; }
a { background-color: rgb(223,62,159); }
div.DivClassName
{
background-color: #DF3E9F;
}
.BgClassName
{
background-color: #DF3E9F;
}
</style>
border-color css
<style>
span { border-color: #DF3E9F; }
span { border-color: rgb(223,62,159); }
td.TdClassName
{
border-color: #DF3E9F;
}
.TagClassName
{
border-color: #DF3E9F;
}
</style>