Shades of Cerise #D8315A
Tints of Cerise #D8315A
RGB
CMYK
RGB Variations
Color information
#D8315A (or 0xD8315A) is known color: Cerise. HEX triplet: D8, 31 and 5A. RGB value is (216,49,90). Sum of RGB (Red+Green+Blue) = 216+49+90=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D8315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8315A is #27CEA5. Grayscale: #676767. Windows color (decimal): -2608806 or 5911000. OLE color: 5911000.
HSL color Cylindrical-coordinate representation of color #D8315A: hue angle of 345.27º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8315A is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 90 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.15 |
| HSL | 345.27º | 0.68% | 0.52% | - |
| HSV(B) | 345.27º | 0.77% | 0.85% | - |
| XYZ | 31.26 | 17.53 | 11.41 | - |
| YUV | 103.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 90 | 0 | 0.77 | 0.58 | 0.15 | 345.27 | 0.68 | 0.52 |
| Hex | D8 | 31 | 5A | 0 | 4D | 3A | F | 159 | 44 | 34 |
| Octal | 330 | 61 | 132 | 0 | 115 | 72 | 17 | 531 | 104 | 64 |
| Binary | 11011000 | 110001 | 1011010 | 0 | 1001101 | 111010 | 1111 | 101011001 | 1000100 | 110100 |
Color Harmonies of #D8315A
Complementary color
Monochromatic Colors of #D8315A
Black with #D8315A
Text Example
Text Example
White with #D8315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8315A; }
p { color: rgb(216,49,90); }
H1.HeaderClassName
{
color: #D8315A;
}
.AnyTagClassName
{
color: #D8315A;
}
</style>
background-color css
<style>
a { background-color: #D8315A; }
a { background-color: rgb(216,49,90); }
div.DivClassName
{
background-color: #D8315A;
}
.BgClassName
{
background-color: #D8315A;
}
</style>
border-color css
<style>
span { border-color: #D8315A; }
span { border-color: rgb(216,49,90); }
td.TdClassName
{
border-color: #D8315A;
}
.TagClassName
{
border-color: #D8315A;
}
</style>