Shades of Geraldine #DA7372
Tints of Geraldine #DA7372
RGB
CMYK
RGB Variations
Color information
#DA7372 (or 0xDA7372) is known color: Geraldine. HEX triplet: DA, 73 and 72. RGB value is (218,115,114). Sum of RGB (Red+Green+Blue) = 218+115+114=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7372 is #258C8D. Grayscale: #919191. Windows color (decimal): -2460814 or 7500762. OLE color: 7500762.
HSL color Cylindrical-coordinate representation of color #DA7372: 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 #DA7372 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 114 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.15 |
| HSL | 0.58º | 0.58% | 0.65% | - |
| HSV(B) | 0.58º | 0.48% | 0.85% | - |
| XYZ | 38.08 | 28.38 | 19.39 | - |
| YUV | 145.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 114 | 0 | 0.47 | 0.48 | 0.15 | 0.58 | 0.58 | 0.65 |
| Hex | DA | 73 | 72 | 0 | 2F | 30 | F | 1 | 3A | 41 |
| Octal | 332 | 163 | 162 | 0 | 57 | 60 | 17 | 1 | 72 | 101 |
| Binary | 11011010 | 1110011 | 1110010 | 0 | 101111 | 110000 | 1111 | 1 | 111010 | 1000001 |
Color Harmonies of #DA7372
Complementary color
Monochromatic Colors of #DA7372
Black with #DA7372
Text Example
Text Example
White with #DA7372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7372; }
p { color: rgb(218,115,114); }
H1.HeaderClassName
{
color: #DA7372;
}
.AnyTagClassName
{
color: #DA7372;
}
</style>
background-color css
<style>
a { background-color: #DA7372; }
a { background-color: rgb(218,115,114); }
div.DivClassName
{
background-color: #DA7372;
}
.BgClassName
{
background-color: #DA7372;
}
</style>
border-color css
<style>
span { border-color: #DA7372; }
span { border-color: rgb(218,115,114); }
td.TdClassName
{
border-color: #DA7372;
}
.TagClassName
{
border-color: #DA7372;
}
</style>