Shades of Deep Cerise #D8339C
Tints of Deep Cerise #D8339C
RGB
CMYK
RGB Variations
Color information
#D8339C (or 0xD8339C) is known color: Deep Cerise. HEX triplet: D8, 33 and 9C. RGB value is (216,51,156). Sum of RGB (Red+Green+Blue) = 216+51+156=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8339C is #27CC63. Grayscale: #707070. Windows color (decimal): -2608228 or 10236888. OLE color: 10236888.
HSL color Cylindrical-coordinate representation of color #D8339C: hue angle of 321.82º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8339C is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 156 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.15 |
| HSL | 321.82º | 0.68% | 0.52% | - |
| HSV(B) | 321.82º | 0.76% | 0.85% | - |
| XYZ | 35.5 | 19.37 | 33.32 | - |
| YUV | 112.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 156 | 0 | 0.76 | 0.28 | 0.15 | 321.82 | 0.68 | 0.52 |
| Hex | D8 | 33 | 9C | 0 | 4C | 1C | F | 142 | 44 | 34 |
| Octal | 330 | 63 | 234 | 0 | 114 | 34 | 17 | 502 | 104 | 64 |
| Binary | 11011000 | 110011 | 10011100 | 0 | 1001100 | 11100 | 1111 | 101000010 | 1000100 | 110100 |
Color Harmonies of #D8339C
Complementary color
Monochromatic Colors of #D8339C
Black with #D8339C
Text Example
Text Example
White with #D8339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8339C; }
p { color: rgb(216,51,156); }
H1.HeaderClassName
{
color: #D8339C;
}
.AnyTagClassName
{
color: #D8339C;
}
</style>
background-color css
<style>
a { background-color: #D8339C; }
a { background-color: rgb(216,51,156); }
div.DivClassName
{
background-color: #D8339C;
}
.BgClassName
{
background-color: #D8339C;
}
</style>
border-color css
<style>
span { border-color: #D8339C; }
span { border-color: rgb(216,51,156); }
td.TdClassName
{
border-color: #D8339C;
}
.TagClassName
{
border-color: #D8339C;
}
</style>