Shades of Geraldine #DF7474
Tints of Geraldine #DF7474
RGB
CMYK
RGB Variations
Color information
#DF7474 (or 0xDF7474) is known color: Geraldine. HEX triplet: DF, 74 and 74. RGB value is (223,116,116). Sum of RGB (Red+Green+Blue) = 223+116+116=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7474 is #208B8B. Grayscale: #949494. Windows color (decimal): -2132876 or 7632095. OLE color: 7632095.
HSL color Cylindrical-coordinate representation of color #DF7474: 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 #DF7474 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 116 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.13 |
| HSL | 0º | 0.63% | 0.66% | - |
| HSV(B) | 0º | 0.48% | 0.87% | - |
| XYZ | 39.83 | 29.44 | 20.11 | - |
| YUV | 147.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 116 | 0 | 0.48 | 0.48 | 0.13 | 0 | 0.63 | 0.66 |
| Hex | DF | 74 | 74 | 0 | 30 | 30 | D | 0 | 3F | 42 |
| Octal | 337 | 164 | 164 | 0 | 60 | 60 | 15 | 0 | 77 | 102 |
| Binary | 11011111 | 1110100 | 1110100 | 0 | 110000 | 110000 | 1101 | 0 | 111111 | 1000010 |
Color Harmonies of #DF7474
Complementary color
Monochromatic Colors of #DF7474
Black with #DF7474
Text Example
Text Example
White with #DF7474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7474; }
p { color: rgb(223,116,116); }
H1.HeaderClassName
{
color: #DF7474;
}
.AnyTagClassName
{
color: #DF7474;
}
</style>
background-color css
<style>
a { background-color: #DF7474; }
a { background-color: rgb(223,116,116); }
div.DivClassName
{
background-color: #DF7474;
}
.BgClassName
{
background-color: #DF7474;
}
</style>
border-color css
<style>
span { border-color: #DF7474; }
span { border-color: rgb(223,116,116); }
td.TdClassName
{
border-color: #DF7474;
}
.TagClassName
{
border-color: #DF7474;
}
</style>