Shades of Contessa #D27271
Tints of Contessa #D27271
RGB
CMYK
RGB Variations
Color information
#D27271 (or 0xD27271) is known color: Contessa. HEX triplet: D2, 72 and 71. RGB value is (210,114,113). Sum of RGB (Red+Green+Blue) = 210+114+113=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D27271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27271 is #2D8D8E. Grayscale: #8E8E8E. Windows color (decimal): -2985359 or 7434962. OLE color: 7434962.
HSL color Cylindrical-coordinate representation of color #D27271: hue angle of 0.62º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27271 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 113 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.18 |
| HSL | 0.62º | 0.52% | 0.63% | - |
| HSV(B) | 0.62º | 0.46% | 0.82% | - |
| XYZ | 35.58 | 26.93 | 18.95 | - |
| YUV | 142.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 113 | 0 | 0.46 | 0.46 | 0.18 | 0.62 | 0.52 | 0.63 |
| Hex | D2 | 72 | 71 | 0 | 2E | 2E | 12 | 1 | 34 | 3F |
| Octal | 322 | 162 | 161 | 0 | 56 | 56 | 22 | 1 | 64 | 77 |
| Binary | 11010010 | 1110010 | 1110001 | 0 | 101110 | 101110 | 10010 | 1 | 110100 | 111111 |
Color Harmonies of #D27271
Complementary color
Monochromatic Colors of #D27271
Black with #D27271
Text Example
Text Example
White with #D27271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27271; }
p { color: rgb(210,114,113); }
H1.HeaderClassName
{
color: #D27271;
}
.AnyTagClassName
{
color: #D27271;
}
</style>
background-color css
<style>
a { background-color: #D27271; }
a { background-color: rgb(210,114,113); }
div.DivClassName
{
background-color: #D27271;
}
.BgClassName
{
background-color: #D27271;
}
</style>
border-color css
<style>
span { border-color: #D27271; }
span { border-color: rgb(210,114,113); }
td.TdClassName
{
border-color: #D27271;
}
.TagClassName
{
border-color: #D27271;
}
</style>