Shades of Deep Cerise #DF399C
Tints of Deep Cerise #DF399C
RGB
CMYK
RGB Variations
Color information
#DF399C (or 0xDF399C) is known color: Deep Cerise. HEX triplet: DF, 39 and 9C. RGB value is (223,57,156). Sum of RGB (Red+Green+Blue) = 223+57+156=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF399C is #20C663. Grayscale: #757575. Windows color (decimal): -2147940 or 10238431. OLE color: 10238431.
HSL color Cylindrical-coordinate representation of color #DF399C: hue angle of 324.22º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF399C is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 156 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.13 |
| HSL | 324.22º | 0.72% | 0.55% | - |
| HSV(B) | 324.22º | 0.74% | 0.87% | - |
| XYZ | 37.9 | 21.01 | 33.51 | - |
| YUV | 117.92 | 149.5 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 156 | 0 | 0.74 | 0.30 | 0.13 | 324.22 | 0.72 | 0.55 |
| Hex | DF | 39 | 9C | 0 | 4A | 1E | D | 144 | 48 | 37 |
| Octal | 337 | 71 | 234 | 0 | 112 | 36 | 15 | 504 | 110 | 67 |
| Binary | 11011111 | 111001 | 10011100 | 0 | 1001010 | 11110 | 1101 | 101000100 | 1001000 | 110111 |
Color Harmonies of #DF399C
Complementary color
Monochromatic Colors of #DF399C
Black with #DF399C
Text Example
Text Example
White with #DF399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF399C; }
p { color: rgb(223,57,156); }
H1.HeaderClassName
{
color: #DF399C;
}
.AnyTagClassName
{
color: #DF399C;
}
</style>
background-color css
<style>
a { background-color: #DF399C; }
a { background-color: rgb(223,57,156); }
div.DivClassName
{
background-color: #DF399C;
}
.BgClassName
{
background-color: #DF399C;
}
</style>
border-color css
<style>
span { border-color: #DF399C; }
span { border-color: rgb(223,57,156); }
td.TdClassName
{
border-color: #DF399C;
}
.TagClassName
{
border-color: #DF399C;
}
</style>