Shades of Deep Cerise #D7287B
Tints of Deep Cerise #D7287B
RGB
CMYK
RGB Variations
Color information
#D7287B (or 0xD7287B) is known color: Deep Cerise. HEX triplet: D7, 28 and 7B. RGB value is (215,40,123). Sum of RGB (Red+Green+Blue) = 215+40+123=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7287B is #28D784. Grayscale: #656565. Windows color (decimal): -2676613 or 8071383. OLE color: 8071383.
HSL color Cylindrical-coordinate representation of color #D7287B: hue angle of 331.54º 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 #D7287B is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 123 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.16 |
| HSL | 331.54º | 0.69% | 0.5% | - |
| HSV(B) | 331.54º | 0.81% | 0.84% | - |
| XYZ | 32.36 | 17.39 | 20.39 | - |
| YUV | 101.79 | 139.98 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 123 | 0 | 0.81 | 0.43 | 0.16 | 331.54 | 0.69 | 0.5 |
| Hex | D7 | 28 | 7B | 0 | 51 | 2B | 10 | 14C | 45 | 32 |
| Octal | 327 | 50 | 173 | 0 | 121 | 53 | 20 | 514 | 105 | 62 |
| Binary | 11010111 | 101000 | 1111011 | 0 | 1010001 | 101011 | 10000 | 101001100 | 1000101 | 110010 |
Color Harmonies of #D7287B
Complementary color
Monochromatic Colors of #D7287B
Black with #D7287B
Text Example
Text Example
White with #D7287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7287B; }
p { color: rgb(215,40,123); }
H1.HeaderClassName
{
color: #D7287B;
}
.AnyTagClassName
{
color: #D7287B;
}
</style>
background-color css
<style>
a { background-color: #D7287B; }
a { background-color: rgb(215,40,123); }
div.DivClassName
{
background-color: #D7287B;
}
.BgClassName
{
background-color: #D7287B;
}
</style>
border-color css
<style>
span { border-color: #D7287B; }
span { border-color: rgb(215,40,123); }
td.TdClassName
{
border-color: #D7287B;
}
.TagClassName
{
border-color: #D7287B;
}
</style>