Shades of Geraldine #DE7B73
Tints of Geraldine #DE7B73
RGB
CMYK
RGB Variations
Color information
#DE7B73 (or 0xDE7B73) is known color: Geraldine. HEX triplet: DE, 7B and 73. RGB value is (222,123,115). Sum of RGB (Red+Green+Blue) = 222+123+115=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B73 is #21848C. Grayscale: #979797. Windows color (decimal): -2196621 or 7568350. OLE color: 7568350.
HSL color Cylindrical-coordinate representation of color #DE7B73: hue angle of 4.49º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE7B73 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 115 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.13 |
| HSL | 4.49º | 0.62% | 0.66% | - |
| HSV(B) | 4.49º | 0.48% | 0.87% | - |
| XYZ | 40.3 | 30.93 | 20.07 | - |
| YUV | 151.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 115 | 0 | 0.45 | 0.48 | 0.13 | 4.49 | 0.62 | 0.66 |
| Hex | DE | 7B | 73 | 0 | 2D | 30 | D | 4 | 3E | 42 |
| Octal | 336 | 173 | 163 | 0 | 55 | 60 | 15 | 4 | 76 | 102 |
| Binary | 11011110 | 1111011 | 1110011 | 0 | 101101 | 110000 | 1101 | 100 | 111110 | 1000010 |
Color Harmonies of #DE7B73
Complementary color
Monochromatic Colors of #DE7B73
Black with #DE7B73
Text Example
Text Example
White with #DE7B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7B73; }
p { color: rgb(222,123,115); }
H1.HeaderClassName
{
color: #DE7B73;
}
.AnyTagClassName
{
color: #DE7B73;
}
</style>
background-color css
<style>
a { background-color: #DE7B73; }
a { background-color: rgb(222,123,115); }
div.DivClassName
{
background-color: #DE7B73;
}
.BgClassName
{
background-color: #DE7B73;
}
</style>
border-color css
<style>
span { border-color: #DE7B73; }
span { border-color: rgb(222,123,115); }
td.TdClassName
{
border-color: #DE7B73;
}
.TagClassName
{
border-color: #DE7B73;
}
</style>