Shades of Cerise #D7316E
Tints of Cerise #D7316E
RGB
CMYK
RGB Variations
Color information
#D7316E (or 0xD7316E) is known color: Cerise. HEX triplet: D7, 31 and 6E. RGB value is (215,49,110). Sum of RGB (Red+Green+Blue) = 215+49+110=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7316E is #28CE91. Grayscale: #696969. Windows color (decimal): -2674322 or 7221719. OLE color: 7221719.
HSL color Cylindrical-coordinate representation of color #D7316E: hue angle of 337.95º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7316E is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 110 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.16 |
| HSL | 337.95º | 0.67% | 0.52% | - |
| HSV(B) | 337.95º | 0.77% | 0.84% | - |
| XYZ | 31.94 | 17.77 | 16.5 | - |
| YUV | 105.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 110 | 0 | 0.77 | 0.49 | 0.16 | 337.95 | 0.67 | 0.52 |
| Hex | D7 | 31 | 6E | 0 | 4D | 31 | 10 | 152 | 43 | 34 |
| Octal | 327 | 61 | 156 | 0 | 115 | 61 | 20 | 522 | 103 | 64 |
| Binary | 11010111 | 110001 | 1101110 | 0 | 1001101 | 110001 | 10000 | 101010010 | 1000011 | 110100 |
Color Harmonies of #D7316E
Complementary color
Monochromatic Colors of #D7316E
Black with #D7316E
Text Example
Text Example
White with #D7316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7316E; }
p { color: rgb(215,49,110); }
H1.HeaderClassName
{
color: #D7316E;
}
.AnyTagClassName
{
color: #D7316E;
}
</style>
background-color css
<style>
a { background-color: #D7316E; }
a { background-color: rgb(215,49,110); }
div.DivClassName
{
background-color: #D7316E;
}
.BgClassName
{
background-color: #D7316E;
}
</style>
border-color css
<style>
span { border-color: #D7316E; }
span { border-color: rgb(215,49,110); }
td.TdClassName
{
border-color: #D7316E;
}
.TagClassName
{
border-color: #D7316E;
}
</style>