Shades of Geraldine #DF7878
Tints of Geraldine #DF7878
RGB
CMYK
RGB Variations
Color information
#DF7878 (or 0xDF7878) is known color: Geraldine. HEX triplet: DF, 78 and 78. RGB value is (223,120,120). Sum of RGB (Red+Green+Blue) = 223+120+120=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7878 is #208787. Grayscale: #969696. Windows color (decimal): -2131848 or 7895263. OLE color: 7895263.
HSL color Cylindrical-coordinate representation of color #DF7878: 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.46%. Process color model (Four color, CMYK) of #DF7878 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 120 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.13 |
| HSL | 0º | 0.62% | 0.67% | - |
| HSV(B) | 0º | 0.46% | 0.87% | - |
| XYZ | 40.54 | 30.48 | 21.52 | - |
| YUV | 150.8 | 110.62 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 120 | 0 | 0.46 | 0.46 | 0.13 | 0 | 0.62 | 0.67 |
| Hex | DF | 78 | 78 | 0 | 2E | 2E | D | 0 | 3E | 43 |
| Octal | 337 | 170 | 170 | 0 | 56 | 56 | 15 | 0 | 76 | 103 |
| Binary | 11011111 | 1111000 | 1111000 | 0 | 101110 | 101110 | 1101 | 0 | 111110 | 1000011 |
Color Harmonies of #DF7878
Complementary color
Monochromatic Colors of #DF7878
Black with #DF7878
Text Example
Text Example
White with #DF7878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7878; }
p { color: rgb(223,120,120); }
H1.HeaderClassName
{
color: #DF7878;
}
.AnyTagClassName
{
color: #DF7878;
}
</style>
background-color css
<style>
a { background-color: #DF7878; }
a { background-color: rgb(223,120,120); }
div.DivClassName
{
background-color: #DF7878;
}
.BgClassName
{
background-color: #DF7878;
}
</style>
border-color css
<style>
span { border-color: #DF7878; }
span { border-color: rgb(223,120,120); }
td.TdClassName
{
border-color: #DF7878;
}
.TagClassName
{
border-color: #DF7878;
}
</style>