Shades of Contessa #D66E6E
Tints of Contessa #D66E6E
RGB
CMYK
RGB Variations
Color information
#D66E6E (or 0xD66E6E) is known color: Contessa. HEX triplet: D6, 6E and 6E. RGB value is (214,110,110). Sum of RGB (Red+Green+Blue) = 214+110+110=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E6E is #299191. Grayscale: #8D8D8D. Windows color (decimal): -2724242 or 7237334. OLE color: 7237334.
HSL color Cylindrical-coordinate representation of color #D66E6E: hue angle of 0º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66E6E is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 110 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.16 |
| HSL | 0º | 0.56% | 0.64% | - |
| HSV(B) | 0º | 0.49% | 0.84% | - |
| XYZ | 36.12 | 26.57 | 17.98 | - |
| YUV | 141.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 110 | 0 | 0.49 | 0.49 | 0.16 | 0 | 0.56 | 0.64 |
| Hex | D6 | 6E | 6E | 0 | 31 | 31 | 10 | 0 | 38 | 40 |
| Octal | 326 | 156 | 156 | 0 | 61 | 61 | 20 | 0 | 70 | 100 |
| Binary | 11010110 | 1101110 | 1101110 | 0 | 110001 | 110001 | 10000 | 0 | 111000 | 1000000 |
Color Harmonies of #D66E6E
Complementary color
Monochromatic Colors of #D66E6E
Black with #D66E6E
Text Example
Text Example
White with #D66E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66E6E; }
p { color: rgb(214,110,110); }
H1.HeaderClassName
{
color: #D66E6E;
}
.AnyTagClassName
{
color: #D66E6E;
}
</style>
background-color css
<style>
a { background-color: #D66E6E; }
a { background-color: rgb(214,110,110); }
div.DivClassName
{
background-color: #D66E6E;
}
.BgClassName
{
background-color: #D66E6E;
}
</style>
border-color css
<style>
span { border-color: #D66E6E; }
span { border-color: rgb(214,110,110); }
td.TdClassName
{
border-color: #D66E6E;
}
.TagClassName
{
border-color: #D66E6E;
}
</style>