Shades of Geraldine #D76F6D
Tints of Geraldine #D76F6D
RGB
CMYK
RGB Variations
Color information
#D76F6D (or 0xD76F6D) is known color: Geraldine. HEX triplet: D7, 6F and 6D. RGB value is (215,111,109). Sum of RGB (Red+Green+Blue) = 215+111+109=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F6D is #289092. Grayscale: #8D8D8D. Windows color (decimal): -2658451 or 7172055. OLE color: 7172055.
HSL color Cylindrical-coordinate representation of color #D76F6D: hue angle of 1.13º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76F6D is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 109 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.16 |
| HSL | 1.13º | 0.57% | 0.64% | - |
| HSV(B) | 1.13º | 0.49% | 0.84% | - |
| XYZ | 36.47 | 26.92 | 17.74 | - |
| YUV | 141.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 109 | 0 | 0.48 | 0.49 | 0.16 | 1.13 | 0.57 | 0.64 |
| Hex | D7 | 6F | 6D | 0 | 30 | 31 | 10 | 1 | 39 | 40 |
| Octal | 327 | 157 | 155 | 0 | 60 | 61 | 20 | 1 | 71 | 100 |
| Binary | 11010111 | 1101111 | 1101101 | 0 | 110000 | 110001 | 10000 | 1 | 111001 | 1000000 |
Color Harmonies of #D76F6D
Complementary color
Monochromatic Colors of #D76F6D
Black with #D76F6D
Text Example
Text Example
White with #D76F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F6D; }
p { color: rgb(215,111,109); }
H1.HeaderClassName
{
color: #D76F6D;
}
.AnyTagClassName
{
color: #D76F6D;
}
</style>
background-color css
<style>
a { background-color: #D76F6D; }
a { background-color: rgb(215,111,109); }
div.DivClassName
{
background-color: #D76F6D;
}
.BgClassName
{
background-color: #D76F6D;
}
</style>
border-color css
<style>
span { border-color: #D76F6D; }
span { border-color: rgb(215,111,109); }
td.TdClassName
{
border-color: #D76F6D;
}
.TagClassName
{
border-color: #D76F6D;
}
</style>