Shades of Geraldine #DF7373
Tints of Geraldine #DF7373
RGB
CMYK
RGB Variations
Color information
#DF7373 (or 0xDF7373) is known color: Geraldine. HEX triplet: DF, 73 and 73. RGB value is (223,115,115). Sum of RGB (Red+Green+Blue) = 223+115+115=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7373 is #208C8C. Grayscale: #939393. Windows color (decimal): -2133133 or 7566303. OLE color: 7566303.
HSL color Cylindrical-coordinate representation of color #DF7373: hue angle of 0º 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 #DF7373 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 115 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.13 |
| HSL | 0º | 0.63% | 0.66% | - |
| HSV(B) | 0º | 0.48% | 0.87% | - |
| XYZ | 39.66 | 29.19 | 19.76 | - |
| YUV | 147.29 | 109.78 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 115 | 0 | 0.48 | 0.48 | 0.13 | 0 | 0.63 | 0.66 |
| Hex | DF | 73 | 73 | 0 | 30 | 30 | D | 0 | 3F | 42 |
| Octal | 337 | 163 | 163 | 0 | 60 | 60 | 15 | 0 | 77 | 102 |
| Binary | 11011111 | 1110011 | 1110011 | 0 | 110000 | 110000 | 1101 | 0 | 111111 | 1000010 |
Color Harmonies of #DF7373
Complementary color
Monochromatic Colors of #DF7373
Black with #DF7373
Text Example
Text Example
White with #DF7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7373; }
p { color: rgb(223,115,115); }
H1.HeaderClassName
{
color: #DF7373;
}
.AnyTagClassName
{
color: #DF7373;
}
</style>
background-color css
<style>
a { background-color: #DF7373; }
a { background-color: rgb(223,115,115); }
div.DivClassName
{
background-color: #DF7373;
}
.BgClassName
{
background-color: #DF7373;
}
</style>
border-color css
<style>
span { border-color: #DF7373; }
span { border-color: rgb(223,115,115); }
td.TdClassName
{
border-color: #DF7373;
}
.TagClassName
{
border-color: #DF7373;
}
</style>