Shades of Geraldine #DF6F6B
Tints of Geraldine #DF6F6B
RGB
CMYK
RGB Variations
Color information
#DF6F6B (or 0xDF6F6B) is known color: Geraldine. HEX triplet: DF, 6F and 6B. RGB value is (223,111,107). Sum of RGB (Red+Green+Blue) = 223+111+107=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6F6B is #209094. Grayscale: #909090. Windows color (decimal): -2134165 or 7040991. OLE color: 7040991.
HSL color Cylindrical-coordinate representation of color #DF6F6B: hue angle of 2.07º degrees, saturation: 0.64, 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 #DF6F6B is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 107 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.13 |
| HSL | 2.07º | 0.64% | 0.65% | - |
| HSV(B) | 2.07º | 0.52% | 0.87% | - |
| XYZ | 38.77 | 28.12 | 17.29 | - |
| YUV | 144.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 107 | 0 | 0.50 | 0.52 | 0.13 | 2.07 | 0.64 | 0.65 |
| Hex | DF | 6F | 6B | 0 | 32 | 34 | D | 2 | 40 | 41 |
| Octal | 337 | 157 | 153 | 0 | 62 | 64 | 15 | 2 | 100 | 101 |
| Binary | 11011111 | 1101111 | 1101011 | 0 | 110010 | 110100 | 1101 | 10 | 1000000 | 1000001 |
Color Harmonies of #DF6F6B
Complementary color
Monochromatic Colors of #DF6F6B
Black with #DF6F6B
Text Example
Text Example
White with #DF6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F6B; }
p { color: rgb(223,111,107); }
H1.HeaderClassName
{
color: #DF6F6B;
}
.AnyTagClassName
{
color: #DF6F6B;
}
</style>
background-color css
<style>
a { background-color: #DF6F6B; }
a { background-color: rgb(223,111,107); }
div.DivClassName
{
background-color: #DF6F6B;
}
.BgClassName
{
background-color: #DF6F6B;
}
</style>
border-color css
<style>
span { border-color: #DF6F6B; }
span { border-color: rgb(223,111,107); }
td.TdClassName
{
border-color: #DF6F6B;
}
.TagClassName
{
border-color: #DF6F6B;
}
</style>