Shades of Deep Cerise #D8298C
Tints of Deep Cerise #D8298C
RGB
CMYK
RGB Variations
Color information
#D8298C (or 0xD8298C) is known color: Deep Cerise. HEX triplet: D8, 29 and 8C. RGB value is (216,41,140). Sum of RGB (Red+Green+Blue) = 216+41+140=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8298C is #27D673. Grayscale: #686868. Windows color (decimal): -2610804 or 9185752. OLE color: 9185752.
HSL color Cylindrical-coordinate representation of color #D8298C: hue angle of 326.06º 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 #D8298C is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 140 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.15 |
| HSL | 326.06º | 0.69% | 0.5% | - |
| HSV(B) | 326.06º | 0.81% | 0.85% | - |
| XYZ | 33.85 | 18.08 | 26.52 | - |
| YUV | 104.61 | 147.98 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 140 | 0 | 0.81 | 0.35 | 0.15 | 326.06 | 0.69 | 0.5 |
| Hex | D8 | 29 | 8C | 0 | 51 | 23 | F | 146 | 45 | 32 |
| Octal | 330 | 51 | 214 | 0 | 121 | 43 | 17 | 506 | 105 | 62 |
| Binary | 11011000 | 101001 | 10001100 | 0 | 1010001 | 100011 | 1111 | 101000110 | 1000101 | 110010 |
Color Harmonies of #D8298C
Complementary color
Monochromatic Colors of #D8298C
Black with #D8298C
Text Example
Text Example
White with #D8298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8298C; }
p { color: rgb(216,41,140); }
H1.HeaderClassName
{
color: #D8298C;
}
.AnyTagClassName
{
color: #D8298C;
}
</style>
background-color css
<style>
a { background-color: #D8298C; }
a { background-color: rgb(216,41,140); }
div.DivClassName
{
background-color: #D8298C;
}
.BgClassName
{
background-color: #D8298C;
}
</style>
border-color css
<style>
span { border-color: #D8298C; }
span { border-color: rgb(216,41,140); }
td.TdClassName
{
border-color: #D8298C;
}
.TagClassName
{
border-color: #D8298C;
}
</style>