Shades of Cerise #D6406C
Tints of Cerise #D6406C
RGB
CMYK
RGB Variations
Color information
#D6406C (or 0xD6406C) is known color: Cerise. HEX triplet: D6, 40 and 6C. RGB value is (214,64,108). Sum of RGB (Red+Green+Blue) = 214+64+108=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D6406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6406C is #29BF93. Grayscale: #717171. Windows color (decimal): -2736020 or 7094486. OLE color: 7094486.
HSL color Cylindrical-coordinate representation of color #D6406C: hue angle of 342.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6406C is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 108 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.16 |
| HSL | 342.4º | 0.65% | 0.55% | - |
| HSV(B) | 342.4º | 0.7% | 0.84% | - |
| XYZ | 32.27 | 19.05 | 16.16 | - |
| YUV | 113.87 | 124.7 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 108 | 0 | 0.70 | 0.50 | 0.16 | 342.4 | 0.65 | 0.55 |
| Hex | D6 | 40 | 6C | 0 | 46 | 32 | 10 | 156 | 41 | 37 |
| Octal | 326 | 100 | 154 | 0 | 106 | 62 | 20 | 526 | 101 | 67 |
| Binary | 11010110 | 1000000 | 1101100 | 0 | 1000110 | 110010 | 10000 | 101010110 | 1000001 | 110111 |
Color Harmonies of #D6406C
Complementary color
Monochromatic Colors of #D6406C
Black with #D6406C
Text Example
Text Example
White with #D6406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6406C; }
p { color: rgb(214,64,108); }
H1.HeaderClassName
{
color: #D6406C;
}
.AnyTagClassName
{
color: #D6406C;
}
</style>
background-color css
<style>
a { background-color: #D6406C; }
a { background-color: rgb(214,64,108); }
div.DivClassName
{
background-color: #D6406C;
}
.BgClassName
{
background-color: #D6406C;
}
</style>
border-color css
<style>
span { border-color: #D6406C; }
span { border-color: rgb(214,64,108); }
td.TdClassName
{
border-color: #D6406C;
}
.TagClassName
{
border-color: #D6406C;
}
</style>