Shades of Cerise #D6286E
Tints of Cerise #D6286E
RGB
CMYK
RGB Variations
Color information
#D6286E (or 0xD6286E) is known color: Cerise. HEX triplet: D6, 28 and 6E. RGB value is (214,40,110). Sum of RGB (Red+Green+Blue) = 214+40+110=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D6286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6286E is #29D791. Grayscale: #636363. Windows color (decimal): -2742162 or 7219414. OLE color: 7219414.
HSL color Cylindrical-coordinate representation of color #D6286E: hue angle of 335.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6286E is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 110 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.16 |
| HSL | 335.86º | 0.69% | 0.5% | - |
| HSV(B) | 335.86º | 0.81% | 0.84% | - |
| XYZ | 31.3 | 16.94 | 16.37 | - |
| YUV | 100.01 | 133.65 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 110 | 0 | 0.81 | 0.49 | 0.16 | 335.86 | 0.69 | 0.5 |
| Hex | D6 | 28 | 6E | 0 | 51 | 31 | 10 | 150 | 45 | 32 |
| Octal | 326 | 50 | 156 | 0 | 121 | 61 | 20 | 520 | 105 | 62 |
| Binary | 11010110 | 101000 | 1101110 | 0 | 1010001 | 110001 | 10000 | 101010000 | 1000101 | 110010 |
Color Harmonies of #D6286E
Complementary color
Monochromatic Colors of #D6286E
Black with #D6286E
Text Example
Text Example
White with #D6286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6286E; }
p { color: rgb(214,40,110); }
H1.HeaderClassName
{
color: #D6286E;
}
.AnyTagClassName
{
color: #D6286E;
}
</style>
background-color css
<style>
a { background-color: #D6286E; }
a { background-color: rgb(214,40,110); }
div.DivClassName
{
background-color: #D6286E;
}
.BgClassName
{
background-color: #D6286E;
}
</style>
border-color css
<style>
span { border-color: #D6286E; }
span { border-color: rgb(214,40,110); }
td.TdClassName
{
border-color: #D6286E;
}
.TagClassName
{
border-color: #D6286E;
}
</style>