Shades of Geraldine #D5726E
Tints of Geraldine #D5726E
RGB
CMYK
RGB Variations
Color information
#D5726E (or 0xD5726E) is known color: Geraldine. HEX triplet: D5, 72 and 6E. RGB value is (213,114,110). Sum of RGB (Red+Green+Blue) = 213+114+110=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5726E is #2A8D91. Grayscale: #8F8F8F. Windows color (decimal): -2788754 or 7238357. OLE color: 7238357.
HSL color Cylindrical-coordinate representation of color #D5726E: hue angle of 2.33º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5726E is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 110 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.16 |
| HSL | 2.33º | 0.55% | 0.63% | - |
| HSV(B) | 2.33º | 0.48% | 0.84% | - |
| XYZ | 36.27 | 27.31 | 18.11 | - |
| YUV | 143.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 110 | 0 | 0.46 | 0.48 | 0.16 | 2.33 | 0.55 | 0.63 |
| Hex | D5 | 72 | 6E | 0 | 2E | 30 | 10 | 2 | 37 | 3F |
| Octal | 325 | 162 | 156 | 0 | 56 | 60 | 20 | 2 | 67 | 77 |
| Binary | 11010101 | 1110010 | 1101110 | 0 | 101110 | 110000 | 10000 | 10 | 110111 | 111111 |
Color Harmonies of #D5726E
Complementary color
Monochromatic Colors of #D5726E
Black with #D5726E
Text Example
Text Example
White with #D5726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5726E; }
p { color: rgb(213,114,110); }
H1.HeaderClassName
{
color: #D5726E;
}
.AnyTagClassName
{
color: #D5726E;
}
</style>
background-color css
<style>
a { background-color: #D5726E; }
a { background-color: rgb(213,114,110); }
div.DivClassName
{
background-color: #D5726E;
}
.BgClassName
{
background-color: #D5726E;
}
</style>
border-color css
<style>
span { border-color: #D5726E; }
span { border-color: rgb(213,114,110); }
td.TdClassName
{
border-color: #D5726E;
}
.TagClassName
{
border-color: #D5726E;
}
</style>