Shades of Cerise #D8316B
Tints of Cerise #D8316B
RGB
CMYK
RGB Variations
Color information
#D8316B (or 0xD8316B) is known color: Cerise. HEX triplet: D8, 31 and 6B. RGB value is (216,49,107). Sum of RGB (Red+Green+Blue) = 216+49+107=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D8316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8316B is #27CE94. Grayscale: #696969. Windows color (decimal): -2608789 or 7025112. OLE color: 7025112.
HSL color Cylindrical-coordinate representation of color #D8316B: hue angle of 339.16º 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 #D8316B is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 107 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.15 |
| HSL | 339.16º | 0.68% | 0.52% | - |
| HSV(B) | 339.16º | 0.77% | 0.85% | - |
| XYZ | 32.07 | 17.86 | 15.67 | - |
| YUV | 105.55 | 128.83 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 107 | 0 | 0.77 | 0.50 | 0.15 | 339.16 | 0.68 | 0.52 |
| Hex | D8 | 31 | 6B | 0 | 4D | 32 | F | 153 | 44 | 34 |
| Octal | 330 | 61 | 153 | 0 | 115 | 62 | 17 | 523 | 104 | 64 |
| Binary | 11011000 | 110001 | 1101011 | 0 | 1001101 | 110010 | 1111 | 101010011 | 1000100 | 110100 |
Color Harmonies of #D8316B
Complementary color
Monochromatic Colors of #D8316B
Black with #D8316B
Text Example
Text Example
White with #D8316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8316B; }
p { color: rgb(216,49,107); }
H1.HeaderClassName
{
color: #D8316B;
}
.AnyTagClassName
{
color: #D8316B;
}
</style>
background-color css
<style>
a { background-color: #D8316B; }
a { background-color: rgb(216,49,107); }
div.DivClassName
{
background-color: #D8316B;
}
.BgClassName
{
background-color: #D8316B;
}
</style>
border-color css
<style>
span { border-color: #D8316B; }
span { border-color: rgb(216,49,107); }
td.TdClassName
{
border-color: #D8316B;
}
.TagClassName
{
border-color: #D8316B;
}
</style>