Shades of Cerise #D6396D
Tints of Cerise #D6396D
RGB
CMYK
RGB Variations
Color information
#D6396D (or 0xD6396D) is known color: Cerise. HEX triplet: D6, 39 and 6D. RGB value is (214,57,109). Sum of RGB (Red+Green+Blue) = 214+57+109=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D6396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6396D is #29C692. Grayscale: #6D6D6D. Windows color (decimal): -2737811 or 7158230. OLE color: 7158230.
HSL color Cylindrical-coordinate representation of color #D6396D: hue angle of 340.13º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6396D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 109 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.16 |
| HSL | 340.13º | 0.66% | 0.53% | - |
| HSV(B) | 340.13º | 0.73% | 0.84% | - |
| XYZ | 31.96 | 18.33 | 16.32 | - |
| YUV | 109.87 | 127.51 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 109 | 0 | 0.73 | 0.49 | 0.16 | 340.13 | 0.66 | 0.53 |
| Hex | D6 | 39 | 6D | 0 | 49 | 31 | 10 | 154 | 42 | 35 |
| Octal | 326 | 71 | 155 | 0 | 111 | 61 | 20 | 524 | 102 | 65 |
| Binary | 11010110 | 111001 | 1101101 | 0 | 1001001 | 110001 | 10000 | 101010100 | 1000010 | 110101 |
Color Harmonies of #D6396D
Complementary color
Monochromatic Colors of #D6396D
Black with #D6396D
Text Example
Text Example
White with #D6396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6396D; }
p { color: rgb(214,57,109); }
H1.HeaderClassName
{
color: #D6396D;
}
.AnyTagClassName
{
color: #D6396D;
}
</style>
background-color css
<style>
a { background-color: #D6396D; }
a { background-color: rgb(214,57,109); }
div.DivClassName
{
background-color: #D6396D;
}
.BgClassName
{
background-color: #D6396D;
}
</style>
border-color css
<style>
span { border-color: #D6396D; }
span { border-color: rgb(214,57,109); }
td.TdClassName
{
border-color: #D6396D;
}
.TagClassName
{
border-color: #D6396D;
}
</style>