Shades of Deep Cerise #DF359C
Tints of Deep Cerise #DF359C
RGB
CMYK
RGB Variations
Color information
#DF359C (or 0xDF359C) is known color: Deep Cerise. HEX triplet: DF, 35 and 9C. RGB value is (223,53,156). Sum of RGB (Red+Green+Blue) = 223+53+156=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF359C is #20CA63. Grayscale: #737373. Windows color (decimal): -2148964 or 10237407. OLE color: 10237407.
HSL color Cylindrical-coordinate representation of color #DF359C: hue angle of 323.65º 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 #DF359C is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 156 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.13 |
| HSL | 323.65º | 0.73% | 0.54% | - |
| HSV(B) | 323.65º | 0.76% | 0.87% | - |
| XYZ | 37.71 | 20.63 | 33.45 | - |
| YUV | 115.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 156 | 0 | 0.76 | 0.30 | 0.13 | 323.65 | 0.73 | 0.54 |
| Hex | DF | 35 | 9C | 0 | 4C | 1E | D | 144 | 49 | 36 |
| Octal | 337 | 65 | 234 | 0 | 114 | 36 | 15 | 504 | 111 | 66 |
| Binary | 11011111 | 110101 | 10011100 | 0 | 1001100 | 11110 | 1101 | 101000100 | 1001001 | 110110 |
Color Harmonies of #DF359C
Complementary color
Monochromatic Colors of #DF359C
Black with #DF359C
Text Example
Text Example
White with #DF359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF359C; }
p { color: rgb(223,53,156); }
H1.HeaderClassName
{
color: #DF359C;
}
.AnyTagClassName
{
color: #DF359C;
}
</style>
background-color css
<style>
a { background-color: #DF359C; }
a { background-color: rgb(223,53,156); }
div.DivClassName
{
background-color: #DF359C;
}
.BgClassName
{
background-color: #DF359C;
}
</style>
border-color css
<style>
span { border-color: #DF359C; }
span { border-color: rgb(223,53,156); }
td.TdClassName
{
border-color: #DF359C;
}
.TagClassName
{
border-color: #DF359C;
}
</style>