Shades of Cerise #D7286E
Tints of Cerise #D7286E
RGB
CMYK
RGB Variations
Color information
#D7286E (or 0xD7286E) is known color: Cerise. HEX triplet: D7, 28 and 6E. RGB value is (215,40,110). Sum of RGB (Red+Green+Blue) = 215+40+110=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D7286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7286E is #28D791. Grayscale: #646464. Windows color (decimal): -2676626 or 7219415. OLE color: 7219415.
HSL color Cylindrical-coordinate representation of color #D7286E: hue angle of 336º 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 #D7286E is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 110 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.16 |
| HSL | 336º | 0.69% | 0.5% | - |
| HSV(B) | 336º | 0.81% | 0.84% | - |
| XYZ | 31.6 | 17.09 | 16.39 | - |
| YUV | 100.31 | 133.48 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 110 | 0 | 0.81 | 0.49 | 0.16 | 336 | 0.69 | 0.5 |
| Hex | D7 | 28 | 6E | 0 | 51 | 31 | 10 | 150 | 45 | 32 |
| Octal | 327 | 50 | 156 | 0 | 121 | 61 | 20 | 520 | 105 | 62 |
| Binary | 11010111 | 101000 | 1101110 | 0 | 1010001 | 110001 | 10000 | 101010000 | 1000101 | 110010 |
Color Harmonies of #D7286E
Complementary color
Monochromatic Colors of #D7286E
Black with #D7286E
Text Example
Text Example
White with #D7286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7286E; }
p { color: rgb(215,40,110); }
H1.HeaderClassName
{
color: #D7286E;
}
.AnyTagClassName
{
color: #D7286E;
}
</style>
background-color css
<style>
a { background-color: #D7286E; }
a { background-color: rgb(215,40,110); }
div.DivClassName
{
background-color: #D7286E;
}
.BgClassName
{
background-color: #D7286E;
}
</style>
border-color css
<style>
span { border-color: #D7286E; }
span { border-color: rgb(215,40,110); }
td.TdClassName
{
border-color: #D7286E;
}
.TagClassName
{
border-color: #D7286E;
}
</style>