Shades of Cerise #D8285A
Tints of Cerise #D8285A
RGB
CMYK
RGB Variations
Color information
#D8285A (or 0xD8285A) is known color: Cerise. HEX triplet: D8, 28 and 5A. RGB value is (216,40,90). Sum of RGB (Red+Green+Blue) = 216+40+90=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8285A is #27D7A5. Grayscale: #626262. Windows color (decimal): -2611110 or 5908696. OLE color: 5908696.
HSL color Cylindrical-coordinate representation of color #D8285A: hue angle of 342.95º 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 #D8285A is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 90 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.15 |
| HSL | 342.95º | 0.69% | 0.5% | - |
| HSV(B) | 342.95º | 0.81% | 0.85% | - |
| XYZ | 30.92 | 16.85 | 11.3 | - |
| YUV | 98.32 | 123.31 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 90 | 0 | 0.81 | 0.58 | 0.15 | 342.95 | 0.69 | 0.5 |
| Hex | D8 | 28 | 5A | 0 | 51 | 3A | F | 157 | 45 | 32 |
| Octal | 330 | 50 | 132 | 0 | 121 | 72 | 17 | 527 | 105 | 62 |
| Binary | 11011000 | 101000 | 1011010 | 0 | 1010001 | 111010 | 1111 | 101010111 | 1000101 | 110010 |
Color Harmonies of #D8285A
Complementary color
Monochromatic Colors of #D8285A
Black with #D8285A
Text Example
Text Example
White with #D8285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8285A; }
p { color: rgb(216,40,90); }
H1.HeaderClassName
{
color: #D8285A;
}
.AnyTagClassName
{
color: #D8285A;
}
</style>
background-color css
<style>
a { background-color: #D8285A; }
a { background-color: rgb(216,40,90); }
div.DivClassName
{
background-color: #D8285A;
}
.BgClassName
{
background-color: #D8285A;
}
</style>
border-color css
<style>
span { border-color: #D8285A; }
span { border-color: rgb(216,40,90); }
td.TdClassName
{
border-color: #D8285A;
}
.TagClassName
{
border-color: #D8285A;
}
</style>