Shades of Deep Cerise #D7287D
Tints of Deep Cerise #D7287D
RGB
CMYK
RGB Variations
Color information
#D7287D (or 0xD7287D) is known color: Deep Cerise. HEX triplet: D7, 28 and 7D. RGB value is (215,40,125). Sum of RGB (Red+Green+Blue) = 215+40+125=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7287D is #28D782. Grayscale: #656565. Windows color (decimal): -2676611 or 8202455. OLE color: 8202455.
HSL color Cylindrical-coordinate representation of color #D7287D: hue angle of 330.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7287D is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 125 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.16 |
| HSL | 330.86º | 0.69% | 0.5% | - |
| HSV(B) | 330.86º | 0.81% | 0.84% | - |
| XYZ | 32.48 | 17.45 | 21.06 | - |
| YUV | 102.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 125 | 0 | 0.81 | 0.42 | 0.16 | 330.86 | 0.69 | 0.5 |
| Hex | D7 | 28 | 7D | 0 | 51 | 2A | 10 | 14B | 45 | 32 |
| Octal | 327 | 50 | 175 | 0 | 121 | 52 | 20 | 513 | 105 | 62 |
| Binary | 11010111 | 101000 | 1111101 | 0 | 1010001 | 101010 | 10000 | 101001011 | 1000101 | 110010 |
Color Harmonies of #D7287D
Complementary color
Monochromatic Colors of #D7287D
Black with #D7287D
Text Example
Text Example
White with #D7287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7287D; }
p { color: rgb(215,40,125); }
H1.HeaderClassName
{
color: #D7287D;
}
.AnyTagClassName
{
color: #D7287D;
}
</style>
background-color css
<style>
a { background-color: #D7287D; }
a { background-color: rgb(215,40,125); }
div.DivClassName
{
background-color: #D7287D;
}
.BgClassName
{
background-color: #D7287D;
}
</style>
border-color css
<style>
span { border-color: #D7287D; }
span { border-color: rgb(215,40,125); }
td.TdClassName
{
border-color: #D7287D;
}
.TagClassName
{
border-color: #D7287D;
}
</style>