Shades of Geraldine #DF7672
Tints of Geraldine #DF7672
RGB
CMYK
RGB Variations
Color information
#DF7672 (or 0xDF7672) is known color: Geraldine. HEX triplet: DF, 76 and 72. RGB value is (223,118,114). Sum of RGB (Red+Green+Blue) = 223+118+114=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7672 is #20898D. Grayscale: #959595. Windows color (decimal): -2132366 or 7501535. OLE color: 7501535.
HSL color Cylindrical-coordinate representation of color #DF7672: hue angle of 2.2º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7672 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 114 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.13 |
| HSL | 2.2º | 0.63% | 0.66% | - |
| HSV(B) | 2.2º | 0.49% | 0.87% | - |
| XYZ | 39.95 | 29.86 | 19.58 | - |
| YUV | 148.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 114 | 0 | 0.47 | 0.49 | 0.13 | 2.2 | 0.63 | 0.66 |
| Hex | DF | 76 | 72 | 0 | 2F | 31 | D | 2 | 3F | 42 |
| Octal | 337 | 166 | 162 | 0 | 57 | 61 | 15 | 2 | 77 | 102 |
| Binary | 11011111 | 1110110 | 1110010 | 0 | 101111 | 110001 | 1101 | 10 | 111111 | 1000010 |
Color Harmonies of #DF7672
Complementary color
Monochromatic Colors of #DF7672
Black with #DF7672
Text Example
Text Example
White with #DF7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7672; }
p { color: rgb(223,118,114); }
H1.HeaderClassName
{
color: #DF7672;
}
.AnyTagClassName
{
color: #DF7672;
}
</style>
background-color css
<style>
a { background-color: #DF7672; }
a { background-color: rgb(223,118,114); }
div.DivClassName
{
background-color: #DF7672;
}
.BgClassName
{
background-color: #DF7672;
}
</style>
border-color css
<style>
span { border-color: #DF7672; }
span { border-color: rgb(223,118,114); }
td.TdClassName
{
border-color: #DF7672;
}
.TagClassName
{
border-color: #DF7672;
}
</style>