Shades of Deep Cerise #DF3F9F
Tints of Deep Cerise #DF3F9F
RGB
CMYK
RGB Variations
Color information
#DF3F9F (or 0xDF3F9F) is known color: Deep Cerise. HEX triplet: DF, 3F and 9F. RGB value is (223,63,159). Sum of RGB (Red+Green+Blue) = 223+63+159=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3F9F is #20C060. Grayscale: #797979. Windows color (decimal): -2146401 or 10436575. OLE color: 10436575.
HSL color Cylindrical-coordinate representation of color #DF3F9F: hue angle of 324º degrees, saturation: 0.71, 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 #DF3F9F is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 159 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.13 |
| HSL | 324º | 0.71% | 0.56% | - |
| HSV(B) | 324º | 0.72% | 0.87% | - |
| XYZ | 38.47 | 21.75 | 34.97 | - |
| YUV | 121.78 | 149.01 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 159 | 0 | 0.72 | 0.29 | 0.13 | 324 | 0.71 | 0.56 |
| Hex | DF | 3F | 9F | 0 | 48 | 1D | D | 144 | 47 | 38 |
| Octal | 337 | 77 | 237 | 0 | 110 | 35 | 15 | 504 | 107 | 70 |
| Binary | 11011111 | 111111 | 10011111 | 0 | 1001000 | 11101 | 1101 | 101000100 | 1000111 | 111000 |
Color Harmonies of #DF3F9F
Complementary color
Monochromatic Colors of #DF3F9F
Black with #DF3F9F
Text Example
Text Example
White with #DF3F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F9F; }
p { color: rgb(223,63,159); }
H1.HeaderClassName
{
color: #DF3F9F;
}
.AnyTagClassName
{
color: #DF3F9F;
}
</style>
background-color css
<style>
a { background-color: #DF3F9F; }
a { background-color: rgb(223,63,159); }
div.DivClassName
{
background-color: #DF3F9F;
}
.BgClassName
{
background-color: #DF3F9F;
}
</style>
border-color css
<style>
span { border-color: #DF3F9F; }
span { border-color: rgb(223,63,159); }
td.TdClassName
{
border-color: #DF3F9F;
}
.TagClassName
{
border-color: #DF3F9F;
}
</style>