Shades of Geraldine #DF7777
Tints of Geraldine #DF7777
RGB
CMYK
RGB Variations
Color information
#DF7777 (or 0xDF7777) is known color: Geraldine. HEX triplet: DF, 77 and 77. RGB value is (223,119,119). Sum of RGB (Red+Green+Blue) = 223+119+119=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7777 is #208888. Grayscale: #969696. Windows color (decimal): -2132105 or 7829471. OLE color: 7829471.
HSL color Cylindrical-coordinate representation of color #DF7777: hue angle of 0º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7777 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 119 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.13 |
| HSL | 0º | 0.62% | 0.67% | - |
| HSV(B) | 0º | 0.47% | 0.87% | - |
| XYZ | 40.36 | 30.21 | 21.16 | - |
| YUV | 150.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 119 | 0 | 0.47 | 0.47 | 0.13 | 0 | 0.62 | 0.67 |
| Hex | DF | 77 | 77 | 0 | 2F | 2F | D | 0 | 3E | 43 |
| Octal | 337 | 167 | 167 | 0 | 57 | 57 | 15 | 0 | 76 | 103 |
| Binary | 11011111 | 1110111 | 1110111 | 0 | 101111 | 101111 | 1101 | 0 | 111110 | 1000011 |
Color Harmonies of #DF7777
Complementary color
Monochromatic Colors of #DF7777
Black with #DF7777
Text Example
Text Example
White with #DF7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7777; }
p { color: rgb(223,119,119); }
H1.HeaderClassName
{
color: #DF7777;
}
.AnyTagClassName
{
color: #DF7777;
}
</style>
background-color css
<style>
a { background-color: #DF7777; }
a { background-color: rgb(223,119,119); }
div.DivClassName
{
background-color: #DF7777;
}
.BgClassName
{
background-color: #DF7777;
}
</style>
border-color css
<style>
span { border-color: #DF7777; }
span { border-color: rgb(223,119,119); }
td.TdClassName
{
border-color: #DF7777;
}
.TagClassName
{
border-color: #DF7777;
}
</style>