Shades of Cerise #D8316D
Tints of Cerise #D8316D
RGB
CMYK
RGB Variations
Color information
#D8316D (or 0xD8316D) is known color: Cerise. HEX triplet: D8, 31 and 6D. RGB value is (216,49,109). Sum of RGB (Red+Green+Blue) = 216+49+109=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8316D is #27CE92. Grayscale: #696969. Windows color (decimal): -2608787 or 7156184. OLE color: 7156184.
HSL color Cylindrical-coordinate representation of color #D8316D: hue angle of 338.44º 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 #D8316D is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 109 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.15 |
| HSL | 338.44º | 0.68% | 0.52% | - |
| HSV(B) | 338.44º | 0.77% | 0.85% | - |
| XYZ | 32.18 | 17.9 | 16.23 | - |
| YUV | 105.77 | 129.83 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 109 | 0 | 0.77 | 0.50 | 0.15 | 338.44 | 0.68 | 0.52 |
| Hex | D8 | 31 | 6D | 0 | 4D | 32 | F | 152 | 44 | 34 |
| Octal | 330 | 61 | 155 | 0 | 115 | 62 | 17 | 522 | 104 | 64 |
| Binary | 11011000 | 110001 | 1101101 | 0 | 1001101 | 110010 | 1111 | 101010010 | 1000100 | 110100 |
Color Harmonies of #D8316D
Complementary color
Monochromatic Colors of #D8316D
Black with #D8316D
Text Example
Text Example
White with #D8316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8316D; }
p { color: rgb(216,49,109); }
H1.HeaderClassName
{
color: #D8316D;
}
.AnyTagClassName
{
color: #D8316D;
}
</style>
background-color css
<style>
a { background-color: #D8316D; }
a { background-color: rgb(216,49,109); }
div.DivClassName
{
background-color: #D8316D;
}
.BgClassName
{
background-color: #D8316D;
}
</style>
border-color css
<style>
span { border-color: #D8316D; }
span { border-color: rgb(216,49,109); }
td.TdClassName
{
border-color: #D8316D;
}
.TagClassName
{
border-color: #D8316D;
}
</style>