Shades of Deep Cerise #D8287A
Tints of Deep Cerise #D8287A
RGB
CMYK
RGB Variations
Color information
#D8287A (or 0xD8287A) is known color: Deep Cerise. HEX triplet: D8, 28 and 7A. RGB value is (216,40,122). Sum of RGB (Red+Green+Blue) = 216+40+122=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8287A is #27D785. Grayscale: #656565. Windows color (decimal): -2611078 or 8005848. OLE color: 8005848.
HSL color Cylindrical-coordinate representation of color #D8287A: hue angle of 332.05º 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 #D8287A is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 122 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.15 |
| HSL | 332.05º | 0.69% | 0.5% | - |
| HSV(B) | 332.05º | 0.81% | 0.85% | - |
| XYZ | 32.59 | 17.52 | 20.08 | - |
| YUV | 101.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 122 | 0 | 0.81 | 0.44 | 0.15 | 332.05 | 0.69 | 0.5 |
| Hex | D8 | 28 | 7A | 0 | 51 | 2C | F | 14C | 45 | 32 |
| Octal | 330 | 50 | 172 | 0 | 121 | 54 | 17 | 514 | 105 | 62 |
| Binary | 11011000 | 101000 | 1111010 | 0 | 1010001 | 101100 | 1111 | 101001100 | 1000101 | 110010 |
Color Harmonies of #D8287A
Complementary color
Monochromatic Colors of #D8287A
Black with #D8287A
Text Example
Text Example
White with #D8287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8287A; }
p { color: rgb(216,40,122); }
H1.HeaderClassName
{
color: #D8287A;
}
.AnyTagClassName
{
color: #D8287A;
}
</style>
background-color css
<style>
a { background-color: #D8287A; }
a { background-color: rgb(216,40,122); }
div.DivClassName
{
background-color: #D8287A;
}
.BgClassName
{
background-color: #D8287A;
}
</style>
border-color css
<style>
span { border-color: #D8287A; }
span { border-color: rgb(216,40,122); }
td.TdClassName
{
border-color: #D8287A;
}
.TagClassName
{
border-color: #D8287A;
}
</style>