Shades of Geraldine #DF7D75
Tints of Geraldine #DF7D75
RGB
CMYK
RGB Variations
Color information
#DF7D75 (or 0xDF7D75) is known color: Geraldine. HEX triplet: DF, 7D and 75. RGB value is (223,125,117). Sum of RGB (Red+Green+Blue) = 223+125+117=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D75 is #20828A. Grayscale: #999999. Windows color (decimal): -2130571 or 7699935. OLE color: 7699935.
HSL color Cylindrical-coordinate representation of color #DF7D75: hue angle of 4.53º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7D75 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 117 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.13 |
| HSL | 4.53º | 0.62% | 0.67% | - |
| HSV(B) | 4.53º | 0.48% | 0.87% | - |
| XYZ | 40.98 | 31.64 | 20.78 | - |
| YUV | 153.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 117 | 0 | 0.44 | 0.48 | 0.13 | 4.53 | 0.62 | 0.67 |
| Hex | DF | 7D | 75 | 0 | 2C | 30 | D | 5 | 3E | 43 |
| Octal | 337 | 175 | 165 | 0 | 54 | 60 | 15 | 5 | 76 | 103 |
| Binary | 11011111 | 1111101 | 1110101 | 0 | 101100 | 110000 | 1101 | 101 | 111110 | 1000011 |
Color Harmonies of #DF7D75
Complementary color
Monochromatic Colors of #DF7D75
Black with #DF7D75
Text Example
Text Example
White with #DF7D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D75; }
p { color: rgb(223,125,117); }
H1.HeaderClassName
{
color: #DF7D75;
}
.AnyTagClassName
{
color: #DF7D75;
}
</style>
background-color css
<style>
a { background-color: #DF7D75; }
a { background-color: rgb(223,125,117); }
div.DivClassName
{
background-color: #DF7D75;
}
.BgClassName
{
background-color: #DF7D75;
}
</style>
border-color css
<style>
span { border-color: #DF7D75; }
span { border-color: rgb(223,125,117); }
td.TdClassName
{
border-color: #DF7D75;
}
.TagClassName
{
border-color: #DF7D75;
}
</style>