Shades of Cerise #D7285B
Tints of Cerise #D7285B
RGB
CMYK
RGB Variations
Color information
#D7285B (or 0xD7285B) is known color: Cerise. HEX triplet: D7, 28 and 5B. RGB value is (215,40,91). Sum of RGB (Red+Green+Blue) = 215+40+91=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7285B is #28D7A4. Grayscale: #626262. Windows color (decimal): -2676645 or 5974231. OLE color: 5974231.
HSL color Cylindrical-coordinate representation of color #D7285B: hue angle of 342.51º 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 #D7285B is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 91 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.16 |
| HSL | 342.51º | 0.69% | 0.5% | - |
| HSV(B) | 342.51º | 0.81% | 0.84% | - |
| XYZ | 30.67 | 16.72 | 11.51 | - |
| YUV | 98.14 | 123.98 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 91 | 0 | 0.81 | 0.58 | 0.16 | 342.51 | 0.69 | 0.5 |
| Hex | D7 | 28 | 5B | 0 | 51 | 3A | 10 | 157 | 45 | 32 |
| Octal | 327 | 50 | 133 | 0 | 121 | 72 | 20 | 527 | 105 | 62 |
| Binary | 11010111 | 101000 | 1011011 | 0 | 1010001 | 111010 | 10000 | 101010111 | 1000101 | 110010 |
Color Harmonies of #D7285B
Complementary color
Monochromatic Colors of #D7285B
Black with #D7285B
Text Example
Text Example
White with #D7285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7285B; }
p { color: rgb(215,40,91); }
H1.HeaderClassName
{
color: #D7285B;
}
.AnyTagClassName
{
color: #D7285B;
}
</style>
background-color css
<style>
a { background-color: #D7285B; }
a { background-color: rgb(215,40,91); }
div.DivClassName
{
background-color: #D7285B;
}
.BgClassName
{
background-color: #D7285B;
}
</style>
border-color css
<style>
span { border-color: #D7285B; }
span { border-color: rgb(215,40,91); }
td.TdClassName
{
border-color: #D7285B;
}
.TagClassName
{
border-color: #D7285B;
}
</style>