Shades of Geraldine #DF7B78
Tints of Geraldine #DF7B78
RGB
CMYK
RGB Variations
Color information
#DF7B78 (or 0xDF7B78) is known color: Geraldine. HEX triplet: DF, 7B and 78. RGB value is (223,123,120). Sum of RGB (Red+Green+Blue) = 223+123+120=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B78 is #208487. Grayscale: #989898. Windows color (decimal): -2131080 or 7896031. OLE color: 7896031.
HSL color Cylindrical-coordinate representation of color #DF7B78: hue angle of 1.75º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF7B78 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 120 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.13 |
| HSL | 1.75º | 0.62% | 0.67% | - |
| HSV(B) | 1.75º | 0.46% | 0.87% | - |
| XYZ | 40.9 | 31.21 | 21.64 | - |
| YUV | 152.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 120 | 0 | 0.45 | 0.46 | 0.13 | 1.75 | 0.62 | 0.67 |
| Hex | DF | 7B | 78 | 0 | 2D | 2E | D | 2 | 3E | 43 |
| Octal | 337 | 173 | 170 | 0 | 55 | 56 | 15 | 2 | 76 | 103 |
| Binary | 11011111 | 1111011 | 1111000 | 0 | 101101 | 101110 | 1101 | 10 | 111110 | 1000011 |
Color Harmonies of #DF7B78
Complementary color
Monochromatic Colors of #DF7B78
Black with #DF7B78
Text Example
Text Example
White with #DF7B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B78; }
p { color: rgb(223,123,120); }
H1.HeaderClassName
{
color: #DF7B78;
}
.AnyTagClassName
{
color: #DF7B78;
}
</style>
background-color css
<style>
a { background-color: #DF7B78; }
a { background-color: rgb(223,123,120); }
div.DivClassName
{
background-color: #DF7B78;
}
.BgClassName
{
background-color: #DF7B78;
}
</style>
border-color css
<style>
span { border-color: #DF7B78; }
span { border-color: rgb(223,123,120); }
td.TdClassName
{
border-color: #DF7B78;
}
.TagClassName
{
border-color: #DF7B78;
}
</style>