Shades of Geraldine #DF7B72
Tints of Geraldine #DF7B72
RGB
CMYK
RGB Variations
Color information
#DF7B72 (or 0xDF7B72) is known color: Geraldine. HEX triplet: DF, 7B and 72. RGB value is (223,123,114). Sum of RGB (Red+Green+Blue) = 223+123+114=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B72 is #20848D. Grayscale: #989898. Windows color (decimal): -2131086 or 7502815. OLE color: 7502815.
HSL color Cylindrical-coordinate representation of color #DF7B72: hue angle of 4.95º 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 #DF7B72 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 114 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.13 |
| HSL | 4.95º | 0.63% | 0.66% | - |
| HSV(B) | 4.95º | 0.49% | 0.87% | - |
| XYZ | 40.55 | 31.07 | 19.78 | - |
| YUV | 151.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 114 | 0 | 0.45 | 0.49 | 0.13 | 4.95 | 0.63 | 0.66 |
| Hex | DF | 7B | 72 | 0 | 2D | 31 | D | 5 | 3F | 42 |
| Octal | 337 | 173 | 162 | 0 | 55 | 61 | 15 | 5 | 77 | 102 |
| Binary | 11011111 | 1111011 | 1110010 | 0 | 101101 | 110001 | 1101 | 101 | 111111 | 1000010 |
Color Harmonies of #DF7B72
Complementary color
Monochromatic Colors of #DF7B72
Black with #DF7B72
Text Example
Text Example
White with #DF7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B72; }
p { color: rgb(223,123,114); }
H1.HeaderClassName
{
color: #DF7B72;
}
.AnyTagClassName
{
color: #DF7B72;
}
</style>
background-color css
<style>
a { background-color: #DF7B72; }
a { background-color: rgb(223,123,114); }
div.DivClassName
{
background-color: #DF7B72;
}
.BgClassName
{
background-color: #DF7B72;
}
</style>
border-color css
<style>
span { border-color: #DF7B72; }
span { border-color: rgb(223,123,114); }
td.TdClassName
{
border-color: #DF7B72;
}
.TagClassName
{
border-color: #DF7B72;
}
</style>