Shades of Contessa #D2756F
Tints of Contessa #D2756F
RGB
CMYK
RGB Variations
Color information
#D2756F (or 0xD2756F) is known color: Contessa. HEX triplet: D2, 75 and 6F. RGB value is (210,117,111). Sum of RGB (Red+Green+Blue) = 210+117+111=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2756F is #2D8A90. Grayscale: #909090. Windows color (decimal): -2984593 or 7304658. OLE color: 7304658.
HSL color Cylindrical-coordinate representation of color #D2756F: hue angle of 3.64º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2756F is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 111 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.18 |
| HSL | 3.64º | 0.52% | 0.63% | - |
| HSV(B) | 3.64º | 0.47% | 0.82% | - |
| XYZ | 35.81 | 27.57 | 18.47 | - |
| YUV | 144.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 111 | 0 | 0.44 | 0.47 | 0.18 | 3.64 | 0.52 | 0.63 |
| Hex | D2 | 75 | 6F | 0 | 2C | 2F | 12 | 4 | 34 | 3F |
| Octal | 322 | 165 | 157 | 0 | 54 | 57 | 22 | 4 | 64 | 77 |
| Binary | 11010010 | 1110101 | 1101111 | 0 | 101100 | 101111 | 10010 | 100 | 110100 | 111111 |
Color Harmonies of #D2756F
Complementary color
Monochromatic Colors of #D2756F
Black with #D2756F
Text Example
Text Example
White with #D2756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2756F; }
p { color: rgb(210,117,111); }
H1.HeaderClassName
{
color: #D2756F;
}
.AnyTagClassName
{
color: #D2756F;
}
</style>
background-color css
<style>
a { background-color: #D2756F; }
a { background-color: rgb(210,117,111); }
div.DivClassName
{
background-color: #D2756F;
}
.BgClassName
{
background-color: #D2756F;
}
</style>
border-color css
<style>
span { border-color: #D2756F; }
span { border-color: rgb(210,117,111); }
td.TdClassName
{
border-color: #D2756F;
}
.TagClassName
{
border-color: #D2756F;
}
</style>