Shades of Geraldine #D97271
Tints of Geraldine #D97271
RGB
CMYK
RGB Variations
Color information
#D97271 (or 0xD97271) is known color: Geraldine. HEX triplet: D9, 72 and 71. RGB value is (217,114,113). Sum of RGB (Red+Green+Blue) = 217+114+113=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D97271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97271 is #268D8E. Grayscale: #909090. Windows color (decimal): -2526607 or 7434969. OLE color: 7434969.
HSL color Cylindrical-coordinate representation of color #D97271: hue angle of 0.58º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97271 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 113 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.15 |
| HSL | 0.58º | 0.58% | 0.65% | - |
| HSV(B) | 0.58º | 0.48% | 0.85% | - |
| XYZ | 37.61 | 27.98 | 19.04 | - |
| YUV | 144.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 113 | 0 | 0.47 | 0.48 | 0.15 | 0.58 | 0.58 | 0.65 |
| Hex | D9 | 72 | 71 | 0 | 2F | 30 | F | 1 | 3A | 41 |
| Octal | 331 | 162 | 161 | 0 | 57 | 60 | 17 | 1 | 72 | 101 |
| Binary | 11011001 | 1110010 | 1110001 | 0 | 101111 | 110000 | 1111 | 1 | 111010 | 1000001 |
Color Harmonies of #D97271
Complementary color
Monochromatic Colors of #D97271
Black with #D97271
Text Example
Text Example
White with #D97271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97271; }
p { color: rgb(217,114,113); }
H1.HeaderClassName
{
color: #D97271;
}
.AnyTagClassName
{
color: #D97271;
}
</style>
background-color css
<style>
a { background-color: #D97271; }
a { background-color: rgb(217,114,113); }
div.DivClassName
{
background-color: #D97271;
}
.BgClassName
{
background-color: #D97271;
}
</style>
border-color css
<style>
span { border-color: #D97271; }
span { border-color: rgb(217,114,113); }
td.TdClassName
{
border-color: #D97271;
}
.TagClassName
{
border-color: #D97271;
}
</style>