Shades of Cerise #D6286C
Tints of Cerise #D6286C
RGB
CMYK
RGB Variations
Color information
#D6286C (or 0xD6286C) is known color: Cerise. HEX triplet: D6, 28 and 6C. RGB value is (214,40,108). Sum of RGB (Red+Green+Blue) = 214+40+108=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6286C is #29D793. Grayscale: #636363. Windows color (decimal): -2742164 or 7088342. OLE color: 7088342.
HSL color Cylindrical-coordinate representation of color #D6286C: hue angle of 336.55º 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 #D6286C is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 108 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.16 |
| HSL | 336.55º | 0.69% | 0.5% | - |
| HSV(B) | 336.55º | 0.81% | 0.84% | - |
| XYZ | 31.2 | 16.9 | 15.8 | - |
| YUV | 99.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 108 | 0 | 0.81 | 0.50 | 0.16 | 336.55 | 0.69 | 0.5 |
| Hex | D6 | 28 | 6C | 0 | 51 | 32 | 10 | 151 | 45 | 32 |
| Octal | 326 | 50 | 154 | 0 | 121 | 62 | 20 | 521 | 105 | 62 |
| Binary | 11010110 | 101000 | 1101100 | 0 | 1010001 | 110010 | 10000 | 101010001 | 1000101 | 110010 |
Color Harmonies of #D6286C
Complementary color
Monochromatic Colors of #D6286C
Black with #D6286C
Text Example
Text Example
White with #D6286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6286C; }
p { color: rgb(214,40,108); }
H1.HeaderClassName
{
color: #D6286C;
}
.AnyTagClassName
{
color: #D6286C;
}
</style>
background-color css
<style>
a { background-color: #D6286C; }
a { background-color: rgb(214,40,108); }
div.DivClassName
{
background-color: #D6286C;
}
.BgClassName
{
background-color: #D6286C;
}
</style>
border-color css
<style>
span { border-color: #D6286C; }
span { border-color: rgb(214,40,108); }
td.TdClassName
{
border-color: #D6286C;
}
.TagClassName
{
border-color: #D6286C;
}
</style>