Shades of Cerise #D6276C
Tints of Cerise #D6276C
RGB
CMYK
RGB Variations
Color information
#D6276C (or 0xD6276C) is known color: Cerise. HEX triplet: D6, 27 and 6C. RGB value is (214,39,108). Sum of RGB (Red+Green+Blue) = 214+39+108=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6276C is #29D893. Grayscale: #636363. Windows color (decimal): -2742420 or 7088086. OLE color: 7088086.
HSL color Cylindrical-coordinate representation of color #D6276C: hue angle of 336.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6276C is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 108 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.16 |
| HSL | 336.34º | 0.69% | 0.5% | - |
| HSV(B) | 336.34º | 0.82% | 0.84% | - |
| XYZ | 31.16 | 16.83 | 15.79 | - |
| YUV | 99.19 | 132.98 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 108 | 0 | 0.82 | 0.50 | 0.16 | 336.34 | 0.69 | 0.5 |
| Hex | D6 | 27 | 6C | 0 | 52 | 32 | 10 | 150 | 45 | 32 |
| Octal | 326 | 47 | 154 | 0 | 122 | 62 | 20 | 520 | 105 | 62 |
| Binary | 11010110 | 100111 | 1101100 | 0 | 1010010 | 110010 | 10000 | 101010000 | 1000101 | 110010 |
Color Harmonies of #D6276C
Complementary color
Monochromatic Colors of #D6276C
Black with #D6276C
Text Example
Text Example
White with #D6276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6276C; }
p { color: rgb(214,39,108); }
H1.HeaderClassName
{
color: #D6276C;
}
.AnyTagClassName
{
color: #D6276C;
}
</style>
background-color css
<style>
a { background-color: #D6276C; }
a { background-color: rgb(214,39,108); }
div.DivClassName
{
background-color: #D6276C;
}
.BgClassName
{
background-color: #D6276C;
}
</style>
border-color css
<style>
span { border-color: #D6276C; }
span { border-color: rgb(214,39,108); }
td.TdClassName
{
border-color: #D6276C;
}
.TagClassName
{
border-color: #D6276C;
}
</style>