Shades of Geraldine #DF7973
Tints of Geraldine #DF7973
RGB
CMYK
RGB Variations
Color information
#DF7973 (or 0xDF7973) is known color: Geraldine. HEX triplet: DF, 79 and 73. RGB value is (223,121,115). Sum of RGB (Red+Green+Blue) = 223+121+115=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7973 is #20868C. Grayscale: #969696. Windows color (decimal): -2131597 or 7567839. OLE color: 7567839.
HSL color Cylindrical-coordinate representation of color #DF7973: hue angle of 3.33º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7973 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 115 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.13 |
| HSL | 3.33º | 0.63% | 0.66% | - |
| HSV(B) | 3.33º | 0.48% | 0.87% | - |
| XYZ | 40.36 | 30.6 | 20 | - |
| YUV | 150.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 115 | 0 | 0.46 | 0.48 | 0.13 | 3.33 | 0.63 | 0.66 |
| Hex | DF | 79 | 73 | 0 | 2E | 30 | D | 3 | 3F | 42 |
| Octal | 337 | 171 | 163 | 0 | 56 | 60 | 15 | 3 | 77 | 102 |
| Binary | 11011111 | 1111001 | 1110011 | 0 | 101110 | 110000 | 1101 | 11 | 111111 | 1000010 |
Color Harmonies of #DF7973
Complementary color
Monochromatic Colors of #DF7973
Black with #DF7973
Text Example
Text Example
White with #DF7973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7973; }
p { color: rgb(223,121,115); }
H1.HeaderClassName
{
color: #DF7973;
}
.AnyTagClassName
{
color: #DF7973;
}
</style>
background-color css
<style>
a { background-color: #DF7973; }
a { background-color: rgb(223,121,115); }
div.DivClassName
{
background-color: #DF7973;
}
.BgClassName
{
background-color: #DF7973;
}
</style>
border-color css
<style>
span { border-color: #DF7973; }
span { border-color: rgb(223,121,115); }
td.TdClassName
{
border-color: #DF7973;
}
.TagClassName
{
border-color: #DF7973;
}
</style>