Shades of Deep Cerise #D8299E
Tints of Deep Cerise #D8299E
RGB
CMYK
RGB Variations
Color information
#D8299E (or 0xD8299E) is known color: Deep Cerise. HEX triplet: D8, 29 and 9E. RGB value is (216,41,158). Sum of RGB (Red+Green+Blue) = 216+41+158=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8299E is #27D661. Grayscale: #6A6A6A. Windows color (decimal): -2610786 or 10365400. OLE color: 10365400.
HSL color Cylindrical-coordinate representation of color #D8299E: hue angle of 319.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8299E is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 158 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.15 |
| HSL | 319.89º | 0.69% | 0.5% | - |
| HSV(B) | 319.89º | 0.81% | 0.85% | - |
| XYZ | 35.28 | 18.65 | 34.09 | - |
| YUV | 106.66 | 156.98 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 158 | 0 | 0.81 | 0.27 | 0.15 | 319.89 | 0.69 | 0.5 |
| Hex | D8 | 29 | 9E | 0 | 51 | 1B | F | 140 | 45 | 32 |
| Octal | 330 | 51 | 236 | 0 | 121 | 33 | 17 | 500 | 105 | 62 |
| Binary | 11011000 | 101001 | 10011110 | 0 | 1010001 | 11011 | 1111 | 101000000 | 1000101 | 110010 |
Color Harmonies of #D8299E
Complementary color
Monochromatic Colors of #D8299E
Black with #D8299E
Text Example
Text Example
White with #D8299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8299E; }
p { color: rgb(216,41,158); }
H1.HeaderClassName
{
color: #D8299E;
}
.AnyTagClassName
{
color: #D8299E;
}
</style>
background-color css
<style>
a { background-color: #D8299E; }
a { background-color: rgb(216,41,158); }
div.DivClassName
{
background-color: #D8299E;
}
.BgClassName
{
background-color: #D8299E;
}
</style>
border-color css
<style>
span { border-color: #D8299E; }
span { border-color: rgb(216,41,158); }
td.TdClassName
{
border-color: #D8299E;
}
.TagClassName
{
border-color: #D8299E;
}
</style>