Shades of Cerise #D6316D
Tints of Cerise #D6316D
RGB
CMYK
RGB Variations
Color information
#D6316D (or 0xD6316D) is known color: Cerise. HEX triplet: D6, 31 and 6D. RGB value is (214,49,109). Sum of RGB (Red+Green+Blue) = 214+49+109=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D6316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6316D is #29CE92. Grayscale: #696969. Windows color (decimal): -2739859 or 7156182. OLE color: 7156182.
HSL color Cylindrical-coordinate representation of color #D6316D: hue angle of 338.18º 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 #D6316D is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 109 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.16 |
| HSL | 338.18º | 0.67% | 0.52% | - |
| HSV(B) | 338.18º | 0.77% | 0.84% | - |
| XYZ | 31.59 | 17.6 | 16.2 | - |
| YUV | 105.18 | 130.16 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 109 | 0 | 0.77 | 0.49 | 0.16 | 338.18 | 0.67 | 0.52 |
| Hex | D6 | 31 | 6D | 0 | 4D | 31 | 10 | 152 | 43 | 34 |
| Octal | 326 | 61 | 155 | 0 | 115 | 61 | 20 | 522 | 103 | 64 |
| Binary | 11010110 | 110001 | 1101101 | 0 | 1001101 | 110001 | 10000 | 101010010 | 1000011 | 110100 |
Color Harmonies of #D6316D
Complementary color
Monochromatic Colors of #D6316D
Black with #D6316D
Text Example
Text Example
White with #D6316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6316D; }
p { color: rgb(214,49,109); }
H1.HeaderClassName
{
color: #D6316D;
}
.AnyTagClassName
{
color: #D6316D;
}
</style>
background-color css
<style>
a { background-color: #D6316D; }
a { background-color: rgb(214,49,109); }
div.DivClassName
{
background-color: #D6316D;
}
.BgClassName
{
background-color: #D6316D;
}
</style>
border-color css
<style>
span { border-color: #D6316D; }
span { border-color: rgb(214,49,109); }
td.TdClassName
{
border-color: #D6316D;
}
.TagClassName
{
border-color: #D6316D;
}
</style>