Shades of Deep Cerise #DF359F
Tints of Deep Cerise #DF359F
RGB
CMYK
RGB Variations
Color information
#DF359F (or 0xDF359F) is known color: Deep Cerise. HEX triplet: DF, 35 and 9F. RGB value is (223,53,159). Sum of RGB (Red+Green+Blue) = 223+53+159=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF359F is #20CA60. Grayscale: #737373. Windows color (decimal): -2148961 or 10434015. OLE color: 10434015.
HSL color Cylindrical-coordinate representation of color #DF359F: hue angle of 322.59º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF359F is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 159 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.13 |
| HSL | 322.59º | 0.73% | 0.54% | - |
| HSV(B) | 322.59º | 0.76% | 0.87% | - |
| XYZ | 37.96 | 20.74 | 34.8 | - |
| YUV | 115.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 159 | 0 | 0.76 | 0.29 | 0.13 | 322.59 | 0.73 | 0.54 |
| Hex | DF | 35 | 9F | 0 | 4C | 1D | D | 143 | 49 | 36 |
| Octal | 337 | 65 | 237 | 0 | 114 | 35 | 15 | 503 | 111 | 66 |
| Binary | 11011111 | 110101 | 10011111 | 0 | 1001100 | 11101 | 1101 | 101000011 | 1001001 | 110110 |
Color Harmonies of #DF359F
Complementary color
Monochromatic Colors of #DF359F
Black with #DF359F
Text Example
Text Example
White with #DF359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF359F; }
p { color: rgb(223,53,159); }
H1.HeaderClassName
{
color: #DF359F;
}
.AnyTagClassName
{
color: #DF359F;
}
</style>
background-color css
<style>
a { background-color: #DF359F; }
a { background-color: rgb(223,53,159); }
div.DivClassName
{
background-color: #DF359F;
}
.BgClassName
{
background-color: #DF359F;
}
</style>
border-color css
<style>
span { border-color: #DF359F; }
span { border-color: rgb(223,53,159); }
td.TdClassName
{
border-color: #DF359F;
}
.TagClassName
{
border-color: #DF359F;
}
</style>