Shades of Geraldine #D77371
Tints of Geraldine #D77371
RGB
CMYK
RGB Variations
Color information
#D77371 (or 0xD77371) is known color: Geraldine. HEX triplet: D7, 73 and 71. RGB value is (215,115,113). Sum of RGB (Red+Green+Blue) = 215+115+113=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D77371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77371 is #288C8E. Grayscale: #909090. Windows color (decimal): -2657423 or 7435223. OLE color: 7435223.
HSL color Cylindrical-coordinate representation of color #D77371: hue angle of 1.18º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77371 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 113 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.16 |
| HSL | 1.18º | 0.56% | 0.64% | - |
| HSV(B) | 1.18º | 0.47% | 0.84% | - |
| XYZ | 37.14 | 27.9 | 19.05 | - |
| YUV | 144.67 | 110.13 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 113 | 0 | 0.47 | 0.47 | 0.16 | 1.18 | 0.56 | 0.64 |
| Hex | D7 | 73 | 71 | 0 | 2F | 2F | 10 | 1 | 38 | 40 |
| Octal | 327 | 163 | 161 | 0 | 57 | 57 | 20 | 1 | 70 | 100 |
| Binary | 11010111 | 1110011 | 1110001 | 0 | 101111 | 101111 | 10000 | 1 | 111000 | 1000000 |
Color Harmonies of #D77371
Complementary color
Monochromatic Colors of #D77371
Black with #D77371
Text Example
Text Example
White with #D77371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77371; }
p { color: rgb(215,115,113); }
H1.HeaderClassName
{
color: #D77371;
}
.AnyTagClassName
{
color: #D77371;
}
</style>
background-color css
<style>
a { background-color: #D77371; }
a { background-color: rgb(215,115,113); }
div.DivClassName
{
background-color: #D77371;
}
.BgClassName
{
background-color: #D77371;
}
</style>
border-color css
<style>
span { border-color: #D77371; }
span { border-color: rgb(215,115,113); }
td.TdClassName
{
border-color: #D77371;
}
.TagClassName
{
border-color: #D77371;
}
</style>