Shades of Contessa #D26D6D
Tints of Contessa #D26D6D
RGB
CMYK
RGB Variations
Color information
#D26D6D (or 0xD26D6D) is known color: Contessa. HEX triplet: D2, 6D and 6D. RGB value is (210,109,109). Sum of RGB (Red+Green+Blue) = 210+109+109=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D6D is #2D9292. Grayscale: #8B8B8B. Windows color (decimal): -2986643 or 7171538. OLE color: 7171538.
HSL color Cylindrical-coordinate representation of color #D26D6D: hue angle of 0º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26D6D is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 109 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.18 |
| HSL | 0º | 0.53% | 0.63% | - |
| HSV(B) | 0º | 0.48% | 0.82% | - |
| XYZ | 34.81 | 25.74 | 17.6 | - |
| YUV | 139.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 109 | 0 | 0.48 | 0.48 | 0.18 | 0 | 0.53 | 0.63 |
| Hex | D2 | 6D | 6D | 0 | 30 | 30 | 12 | 0 | 35 | 3F |
| Octal | 322 | 155 | 155 | 0 | 60 | 60 | 22 | 0 | 65 | 77 |
| Binary | 11010010 | 1101101 | 1101101 | 0 | 110000 | 110000 | 10010 | 0 | 110101 | 111111 |
Color Harmonies of #D26D6D
Complementary color
Monochromatic Colors of #D26D6D
Black with #D26D6D
Text Example
Text Example
White with #D26D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D6D; }
p { color: rgb(210,109,109); }
H1.HeaderClassName
{
color: #D26D6D;
}
.AnyTagClassName
{
color: #D26D6D;
}
</style>
background-color css
<style>
a { background-color: #D26D6D; }
a { background-color: rgb(210,109,109); }
div.DivClassName
{
background-color: #D26D6D;
}
.BgClassName
{
background-color: #D26D6D;
}
</style>
border-color css
<style>
span { border-color: #D26D6D; }
span { border-color: rgb(210,109,109); }
td.TdClassName
{
border-color: #D26D6D;
}
.TagClassName
{
border-color: #D26D6D;
}
</style>