Shades of Froly #DF696B
Tints of Froly #DF696B
RGB
CMYK
RGB Variations
Color information
#DF696B (or 0xDF696B) is known color: Froly. HEX triplet: DF, 69 and 6B. RGB value is (223,105,107). Sum of RGB (Red+Green+Blue) = 223+105+107=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF696B is #209694. Grayscale: #8C8C8C. Windows color (decimal): -2135701 or 7039455. OLE color: 7039455.
HSL color Cylindrical-coordinate representation of color #DF696B: hue angle of 358.98º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF696B is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 107 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.13 |
| HSL | 358.98º | 0.65% | 0.64% | - |
| HSV(B) | 358.98º | 0.53% | 0.87% | - |
| XYZ | 38.14 | 26.85 | 17.08 | - |
| YUV | 140.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 107 | 0 | 0.53 | 0.52 | 0.13 | 358.98 | 0.65 | 0.64 |
| Hex | DF | 69 | 6B | 0 | 35 | 34 | D | 167 | 41 | 40 |
| Octal | 337 | 151 | 153 | 0 | 65 | 64 | 15 | 547 | 101 | 100 |
| Binary | 11011111 | 1101001 | 1101011 | 0 | 110101 | 110100 | 1101 | 101100111 | 1000001 | 1000000 |
Color Harmonies of #DF696B
Complementary color
Monochromatic Colors of #DF696B
Black with #DF696B
Text Example
Text Example
White with #DF696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF696B; }
p { color: rgb(223,105,107); }
H1.HeaderClassName
{
color: #DF696B;
}
.AnyTagClassName
{
color: #DF696B;
}
</style>
background-color css
<style>
a { background-color: #DF696B; }
a { background-color: rgb(223,105,107); }
div.DivClassName
{
background-color: #DF696B;
}
.BgClassName
{
background-color: #DF696B;
}
</style>
border-color css
<style>
span { border-color: #DF696B; }
span { border-color: rgb(223,105,107); }
td.TdClassName
{
border-color: #DF696B;
}
.TagClassName
{
border-color: #DF696B;
}
</style>