Shades of Cerise #D6376D
Tints of Cerise #D6376D
RGB
CMYK
RGB Variations
Color information
#D6376D (or 0xD6376D) is known color: Cerise. HEX triplet: D6, 37 and 6D. RGB value is (214,55,109). Sum of RGB (Red+Green+Blue) = 214+55+109=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6376D is #29C892. Grayscale: #6C6C6C. Windows color (decimal): -2738323 or 7157718. OLE color: 7157718.
HSL color Cylindrical-coordinate representation of color #D6376D: hue angle of 339.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6376D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 109 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.16 |
| HSL | 339.62º | 0.66% | 0.53% | - |
| HSV(B) | 339.62º | 0.74% | 0.84% | - |
| XYZ | 31.86 | 18.13 | 16.29 | - |
| YUV | 108.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 109 | 0 | 0.74 | 0.49 | 0.16 | 339.62 | 0.66 | 0.53 |
| Hex | D6 | 37 | 6D | 0 | 4A | 31 | 10 | 154 | 42 | 35 |
| Octal | 326 | 67 | 155 | 0 | 112 | 61 | 20 | 524 | 102 | 65 |
| Binary | 11010110 | 110111 | 1101101 | 0 | 1001010 | 110001 | 10000 | 101010100 | 1000010 | 110101 |
Color Harmonies of #D6376D
Complementary color
Monochromatic Colors of #D6376D
Black with #D6376D
Text Example
Text Example
White with #D6376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6376D; }
p { color: rgb(214,55,109); }
H1.HeaderClassName
{
color: #D6376D;
}
.AnyTagClassName
{
color: #D6376D;
}
</style>
background-color css
<style>
a { background-color: #D6376D; }
a { background-color: rgb(214,55,109); }
div.DivClassName
{
background-color: #D6376D;
}
.BgClassName
{
background-color: #D6376D;
}
</style>
border-color css
<style>
span { border-color: #D6376D; }
span { border-color: rgb(214,55,109); }
td.TdClassName
{
border-color: #D6376D;
}
.TagClassName
{
border-color: #D6376D;
}
</style>