Shades of Deep Cerise #D8298E
Tints of Deep Cerise #D8298E
RGB
CMYK
RGB Variations
Color information
#D8298E (or 0xD8298E) is known color: Deep Cerise. HEX triplet: D8, 29 and 8E. RGB value is (216,41,142). Sum of RGB (Red+Green+Blue) = 216+41+142=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D8298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8298E is #27D671. Grayscale: #686868. Windows color (decimal): -2610802 or 9316824. OLE color: 9316824.
HSL color Cylindrical-coordinate representation of color #D8298E: hue angle of 325.37º 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 #D8298E is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 142 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.15 |
| HSL | 325.37º | 0.69% | 0.5% | - |
| HSV(B) | 325.37º | 0.81% | 0.85% | - |
| XYZ | 33.99 | 18.14 | 27.3 | - |
| YUV | 104.84 | 148.98 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 142 | 0 | 0.81 | 0.34 | 0.15 | 325.37 | 0.69 | 0.5 |
| Hex | D8 | 29 | 8E | 0 | 51 | 22 | F | 145 | 45 | 32 |
| Octal | 330 | 51 | 216 | 0 | 121 | 42 | 17 | 505 | 105 | 62 |
| Binary | 11011000 | 101001 | 10001110 | 0 | 1010001 | 100010 | 1111 | 101000101 | 1000101 | 110010 |
Color Harmonies of #D8298E
Complementary color
Monochromatic Colors of #D8298E
Black with #D8298E
Text Example
Text Example
White with #D8298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8298E; }
p { color: rgb(216,41,142); }
H1.HeaderClassName
{
color: #D8298E;
}
.AnyTagClassName
{
color: #D8298E;
}
</style>
background-color css
<style>
a { background-color: #D8298E; }
a { background-color: rgb(216,41,142); }
div.DivClassName
{
background-color: #D8298E;
}
.BgClassName
{
background-color: #D8298E;
}
</style>
border-color css
<style>
span { border-color: #D8298E; }
span { border-color: rgb(216,41,142); }
td.TdClassName
{
border-color: #D8298E;
}
.TagClassName
{
border-color: #D8298E;
}
</style>