Shades of Deep Cerise #DF3198
Tints of Deep Cerise #DF3198
RGB
CMYK
RGB Variations
Color information
#DF3198 (or 0xDF3198) is known color: Deep Cerise. HEX triplet: DF, 31 and 98. RGB value is (223,49,152). Sum of RGB (Red+Green+Blue) = 223+49+152=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3198 is #20CE67. Grayscale: #707070. Windows color (decimal): -2149992 or 9974239. OLE color: 9974239.
HSL color Cylindrical-coordinate representation of color #DF3198: hue angle of 324.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3198 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 152 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.13 |
| HSL | 324.48º | 0.73% | 0.53% | - |
| HSV(B) | 324.48º | 0.78% | 0.87% | - |
| XYZ | 37.2 | 20.15 | 31.63 | - |
| YUV | 112.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 152 | 0 | 0.78 | 0.32 | 0.13 | 324.48 | 0.73 | 0.53 |
| Hex | DF | 31 | 98 | 0 | 4E | 20 | D | 144 | 49 | 35 |
| Octal | 337 | 61 | 230 | 0 | 116 | 40 | 15 | 504 | 111 | 65 |
| Binary | 11011111 | 110001 | 10011000 | 0 | 1001110 | 100000 | 1101 | 101000100 | 1001001 | 110101 |
Color Harmonies of #DF3198
Complementary color
Monochromatic Colors of #DF3198
Black with #DF3198
Text Example
Text Example
White with #DF3198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3198; }
p { color: rgb(223,49,152); }
H1.HeaderClassName
{
color: #DF3198;
}
.AnyTagClassName
{
color: #DF3198;
}
</style>
background-color css
<style>
a { background-color: #DF3198; }
a { background-color: rgb(223,49,152); }
div.DivClassName
{
background-color: #DF3198;
}
.BgClassName
{
background-color: #DF3198;
}
</style>
border-color css
<style>
span { border-color: #DF3198; }
span { border-color: rgb(223,49,152); }
td.TdClassName
{
border-color: #DF3198;
}
.TagClassName
{
border-color: #DF3198;
}
</style>