Shades of Deep Cerise #D8339F
Tints of Deep Cerise #D8339F
RGB
CMYK
RGB Variations
Color information
#D8339F (or 0xD8339F) is known color: Deep Cerise. HEX triplet: D8, 33 and 9F. RGB value is (216,51,159). Sum of RGB (Red+Green+Blue) = 216+51+159=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8339F is #27CC60. Grayscale: #707070. Windows color (decimal): -2608225 or 10433496. OLE color: 10433496.
HSL color Cylindrical-coordinate representation of color #D8339F: hue angle of 320.73º 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 #D8339F is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 159 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.15 |
| HSL | 320.73º | 0.68% | 0.52% | - |
| HSV(B) | 320.73º | 0.76% | 0.85% | - |
| XYZ | 35.76 | 19.47 | 34.67 | - |
| YUV | 112.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 159 | 0 | 0.76 | 0.26 | 0.15 | 320.73 | 0.68 | 0.52 |
| Hex | D8 | 33 | 9F | 0 | 4C | 1A | F | 141 | 44 | 34 |
| Octal | 330 | 63 | 237 | 0 | 114 | 32 | 17 | 501 | 104 | 64 |
| Binary | 11011000 | 110011 | 10011111 | 0 | 1001100 | 11010 | 1111 | 101000001 | 1000100 | 110100 |
Color Harmonies of #D8339F
Complementary color
Monochromatic Colors of #D8339F
Black with #D8339F
Text Example
Text Example
White with #D8339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8339F; }
p { color: rgb(216,51,159); }
H1.HeaderClassName
{
color: #D8339F;
}
.AnyTagClassName
{
color: #D8339F;
}
</style>
background-color css
<style>
a { background-color: #D8339F; }
a { background-color: rgb(216,51,159); }
div.DivClassName
{
background-color: #D8339F;
}
.BgClassName
{
background-color: #D8339F;
}
</style>
border-color css
<style>
span { border-color: #D8339F; }
span { border-color: rgb(216,51,159); }
td.TdClassName
{
border-color: #D8339F;
}
.TagClassName
{
border-color: #D8339F;
}
</style>