Shades of Deep Cerise #D8289F
Tints of Deep Cerise #D8289F
RGB
CMYK
RGB Variations
Color information
#D8289F (or 0xD8289F) is known color: Deep Cerise. HEX triplet: D8, 28 and 9F. RGB value is (216,40,159). Sum of RGB (Red+Green+Blue) = 216+40+159=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8289F is #27D760. Grayscale: #696969. Windows color (decimal): -2611041 or 10430680. OLE color: 10430680.
HSL color Cylindrical-coordinate representation of color #D8289F: hue angle of 319.43º 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 #D8289F is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 159 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.15 |
| HSL | 319.43º | 0.69% | 0.5% | - |
| HSV(B) | 319.43º | 0.81% | 0.85% | - |
| XYZ | 35.34 | 18.62 | 34.53 | - |
| YUV | 106.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 159 | 0 | 0.81 | 0.26 | 0.15 | 319.43 | 0.69 | 0.5 |
| Hex | D8 | 28 | 9F | 0 | 51 | 1A | F | 13F | 45 | 32 |
| Octal | 330 | 50 | 237 | 0 | 121 | 32 | 17 | 477 | 105 | 62 |
| Binary | 11011000 | 101000 | 10011111 | 0 | 1010001 | 11010 | 1111 | 100111111 | 1000101 | 110010 |
Color Harmonies of #D8289F
Complementary color
Monochromatic Colors of #D8289F
Black with #D8289F
Text Example
Text Example
White with #D8289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8289F; }
p { color: rgb(216,40,159); }
H1.HeaderClassName
{
color: #D8289F;
}
.AnyTagClassName
{
color: #D8289F;
}
</style>
background-color css
<style>
a { background-color: #D8289F; }
a { background-color: rgb(216,40,159); }
div.DivClassName
{
background-color: #D8289F;
}
.BgClassName
{
background-color: #D8289F;
}
</style>
border-color css
<style>
span { border-color: #D8289F; }
span { border-color: rgb(216,40,159); }
td.TdClassName
{
border-color: #D8289F;
}
.TagClassName
{
border-color: #D8289F;
}
</style>