Shades of Deep Cerise #DF3F9C
Tints of Deep Cerise #DF3F9C
RGB
CMYK
RGB Variations
Color information
#DF3F9C (or 0xDF3F9C) is known color: Deep Cerise. HEX triplet: DF, 3F and 9C. RGB value is (223,63,156). Sum of RGB (Red+Green+Blue) = 223+63+156=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3F9C is #20C063. Grayscale: #797979. Windows color (decimal): -2146404 or 10239967. OLE color: 10239967.
HSL color Cylindrical-coordinate representation of color #DF3F9C: hue angle of 325.12º 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 #DF3F9C is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 156 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.13 |
| HSL | 325.13º | 0.71% | 0.56% | - |
| HSV(B) | 325.13º | 0.72% | 0.87% | - |
| XYZ | 38.21 | 21.64 | 33.62 | - |
| YUV | 121.44 | 147.51 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 156 | 0 | 0.72 | 0.30 | 0.13 | 325.13 | 0.71 | 0.56 |
| Hex | DF | 3F | 9C | 0 | 48 | 1E | D | 145 | 47 | 38 |
| Octal | 337 | 77 | 234 | 0 | 110 | 36 | 15 | 505 | 107 | 70 |
| Binary | 11011111 | 111111 | 10011100 | 0 | 1001000 | 11110 | 1101 | 101000101 | 1000111 | 111000 |
Color Harmonies of #DF3F9C
Complementary color
Monochromatic Colors of #DF3F9C
Black with #DF3F9C
Text Example
Text Example
White with #DF3F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F9C; }
p { color: rgb(223,63,156); }
H1.HeaderClassName
{
color: #DF3F9C;
}
.AnyTagClassName
{
color: #DF3F9C;
}
</style>
background-color css
<style>
a { background-color: #DF3F9C; }
a { background-color: rgb(223,63,156); }
div.DivClassName
{
background-color: #DF3F9C;
}
.BgClassName
{
background-color: #DF3F9C;
}
</style>
border-color css
<style>
span { border-color: #DF3F9C; }
span { border-color: rgb(223,63,156); }
td.TdClassName
{
border-color: #DF3F9C;
}
.TagClassName
{
border-color: #DF3F9C;
}
</style>