Shades of Deep Cerise #D8357C
Tints of Deep Cerise #D8357C
RGB
CMYK
RGB Variations
Color information
#D8357C (or 0xD8357C) is known color: Deep Cerise. HEX triplet: D8, 35 and 7C. RGB value is (216,53,124). Sum of RGB (Red+Green+Blue) = 216+53+124=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8357C is #27CA83. Grayscale: #6D6D6D. Windows color (decimal): -2607748 or 8140248. OLE color: 8140248.
HSL color Cylindrical-coordinate representation of color #D8357C: hue angle of 333.87º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8357C is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 124 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.15 |
| HSL | 333.87º | 0.68% | 0.53% | - |
| HSV(B) | 333.87º | 0.75% | 0.85% | - |
| XYZ | 33.23 | 18.6 | 20.91 | - |
| YUV | 109.83 | 136 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 124 | 0 | 0.75 | 0.43 | 0.15 | 333.87 | 0.68 | 0.53 |
| Hex | D8 | 35 | 7C | 0 | 4B | 2B | F | 14E | 44 | 35 |
| Octal | 330 | 65 | 174 | 0 | 113 | 53 | 17 | 516 | 104 | 65 |
| Binary | 11011000 | 110101 | 1111100 | 0 | 1001011 | 101011 | 1111 | 101001110 | 1000100 | 110101 |
Color Harmonies of #D8357C
Complementary color
Monochromatic Colors of #D8357C
Black with #D8357C
Text Example
Text Example
White with #D8357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8357C; }
p { color: rgb(216,53,124); }
H1.HeaderClassName
{
color: #D8357C;
}
.AnyTagClassName
{
color: #D8357C;
}
</style>
background-color css
<style>
a { background-color: #D8357C; }
a { background-color: rgb(216,53,124); }
div.DivClassName
{
background-color: #D8357C;
}
.BgClassName
{
background-color: #D8357C;
}
</style>
border-color css
<style>
span { border-color: #D8357C; }
span { border-color: rgb(216,53,124); }
td.TdClassName
{
border-color: #D8357C;
}
.TagClassName
{
border-color: #D8357C;
}
</style>