Shades of Geraldine #DF6F6A
Tints of Geraldine #DF6F6A
RGB
CMYK
RGB Variations
Color information
#DF6F6A (or 0xDF6F6A) is known color: Geraldine. HEX triplet: DF, 6F and 6A. RGB value is (223,111,106). Sum of RGB (Red+Green+Blue) = 223+111+106=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6F6A is #209095. Grayscale: #909090. Windows color (decimal): -2134166 or 6975455. OLE color: 6975455.
HSL color Cylindrical-coordinate representation of color #DF6F6A: hue angle of 2.56º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6F6A is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 106 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.13 |
| HSL | 2.56º | 0.65% | 0.65% | - |
| HSV(B) | 2.56º | 0.52% | 0.87% | - |
| XYZ | 38.72 | 28.1 | 17.02 | - |
| YUV | 143.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 106 | 0 | 0.50 | 0.52 | 0.13 | 2.56 | 0.65 | 0.65 |
| Hex | DF | 6F | 6A | 0 | 32 | 34 | D | 3 | 41 | 41 |
| Octal | 337 | 157 | 152 | 0 | 62 | 64 | 15 | 3 | 101 | 101 |
| Binary | 11011111 | 1101111 | 1101010 | 0 | 110010 | 110100 | 1101 | 11 | 1000001 | 1000001 |
Color Harmonies of #DF6F6A
Complementary color
Monochromatic Colors of #DF6F6A
Black with #DF6F6A
Text Example
Text Example
White with #DF6F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F6A; }
p { color: rgb(223,111,106); }
H1.HeaderClassName
{
color: #DF6F6A;
}
.AnyTagClassName
{
color: #DF6F6A;
}
</style>
background-color css
<style>
a { background-color: #DF6F6A; }
a { background-color: rgb(223,111,106); }
div.DivClassName
{
background-color: #DF6F6A;
}
.BgClassName
{
background-color: #DF6F6A;
}
</style>
border-color css
<style>
span { border-color: #DF6F6A; }
span { border-color: rgb(223,111,106); }
td.TdClassName
{
border-color: #DF6F6A;
}
.TagClassName
{
border-color: #DF6F6A;
}
</style>