Shades of Deep Cerise #D8289E
Tints of Deep Cerise #D8289E
RGB
CMYK
RGB Variations
Color information
#D8289E (or 0xD8289E) is known color: Deep Cerise. HEX triplet: D8, 28 and 9E. RGB value is (216,40,158). Sum of RGB (Red+Green+Blue) = 216+40+158=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8289E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8289E is #27D761. Grayscale: #696969. Windows color (decimal): -2611042 or 10365144. OLE color: 10365144.
HSL color Cylindrical-coordinate representation of color #D8289E: hue angle of 319.77º 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 #D8289E is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 158 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.15 |
| HSL | 319.77º | 0.69% | 0.5% | - |
| HSV(B) | 319.77º | 0.81% | 0.85% | - |
| XYZ | 35.25 | 18.59 | 34.08 | - |
| YUV | 106.08 | 157.31 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 158 | 0 | 0.81 | 0.27 | 0.15 | 319.77 | 0.69 | 0.5 |
| Hex | D8 | 28 | 9E | 0 | 51 | 1B | F | 140 | 45 | 32 |
| Octal | 330 | 50 | 236 | 0 | 121 | 33 | 17 | 500 | 105 | 62 |
| Binary | 11011000 | 101000 | 10011110 | 0 | 1010001 | 11011 | 1111 | 101000000 | 1000101 | 110010 |
Color Harmonies of #D8289E
Complementary color
Monochromatic Colors of #D8289E
Black with #D8289E
Text Example
Text Example
White with #D8289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8289E; }
p { color: rgb(216,40,158); }
H1.HeaderClassName
{
color: #D8289E;
}
.AnyTagClassName
{
color: #D8289E;
}
</style>
background-color css
<style>
a { background-color: #D8289E; }
a { background-color: rgb(216,40,158); }
div.DivClassName
{
background-color: #D8289E;
}
.BgClassName
{
background-color: #D8289E;
}
</style>
border-color css
<style>
span { border-color: #D8289E; }
span { border-color: rgb(216,40,158); }
td.TdClassName
{
border-color: #D8289E;
}
.TagClassName
{
border-color: #D8289E;
}
</style>