Shades of Deep Cerise #D8287F
Tints of Deep Cerise #D8287F
RGB
CMYK
RGB Variations
Color information
#D8287F (or 0xD8287F) is known color: Deep Cerise. HEX triplet: D8, 28 and 7F. RGB value is (216,40,127). Sum of RGB (Red+Green+Blue) = 216+40+127=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D8287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8287F is #27D780. Grayscale: #666666. Windows color (decimal): -2611073 or 8333528. OLE color: 8333528.
HSL color Cylindrical-coordinate representation of color #D8287F: hue angle of 330.34º 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 #D8287F is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 127 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.15 |
| HSL | 330.34º | 0.69% | 0.5% | - |
| HSV(B) | 330.34º | 0.81% | 0.85% | - |
| XYZ | 32.91 | 17.65 | 21.75 | - |
| YUV | 102.54 | 141.81 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 127 | 0 | 0.81 | 0.41 | 0.15 | 330.34 | 0.69 | 0.5 |
| Hex | D8 | 28 | 7F | 0 | 51 | 29 | F | 14A | 45 | 32 |
| Octal | 330 | 50 | 177 | 0 | 121 | 51 | 17 | 512 | 105 | 62 |
| Binary | 11011000 | 101000 | 1111111 | 0 | 1010001 | 101001 | 1111 | 101001010 | 1000101 | 110010 |
Color Harmonies of #D8287F
Complementary color
Monochromatic Colors of #D8287F
Black with #D8287F
Text Example
Text Example
White with #D8287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8287F; }
p { color: rgb(216,40,127); }
H1.HeaderClassName
{
color: #D8287F;
}
.AnyTagClassName
{
color: #D8287F;
}
</style>
background-color css
<style>
a { background-color: #D8287F; }
a { background-color: rgb(216,40,127); }
div.DivClassName
{
background-color: #D8287F;
}
.BgClassName
{
background-color: #D8287F;
}
</style>
border-color css
<style>
span { border-color: #D8287F; }
span { border-color: rgb(216,40,127); }
td.TdClassName
{
border-color: #D8287F;
}
.TagClassName
{
border-color: #D8287F;
}
</style>