Shades of Froly #DF667A
Tints of Froly #DF667A
RGB
CMYK
RGB Variations
Color information
#DF667A (or 0xDF667A) is known color: Froly. HEX triplet: DF, 66 and 7A. RGB value is (223,102,122). Sum of RGB (Red+Green+Blue) = 223+102+122=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF667A is #209985. Grayscale: #8C8C8C. Windows color (decimal): -2136454 or 8021727. OLE color: 8021727.
HSL color Cylindrical-coordinate representation of color #DF667A: hue angle of 350.08º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF667A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 122 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.13 |
| HSL | 350.08º | 0.65% | 0.64% | - |
| HSV(B) | 350.08º | 0.54% | 0.87% | - |
| XYZ | 38.7 | 26.6 | 21.51 | - |
| YUV | 140.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 122 | 0 | 0.54 | 0.45 | 0.13 | 350.08 | 0.65 | 0.64 |
| Hex | DF | 66 | 7A | 0 | 36 | 2D | D | 15E | 41 | 40 |
| Octal | 337 | 146 | 172 | 0 | 66 | 55 | 15 | 536 | 101 | 100 |
| Binary | 11011111 | 1100110 | 1111010 | 0 | 110110 | 101101 | 1101 | 101011110 | 1000001 | 1000000 |
Color Harmonies of #DF667A
Complementary color
Monochromatic Colors of #DF667A
Black with #DF667A
Text Example
Text Example
White with #DF667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF667A; }
p { color: rgb(223,102,122); }
H1.HeaderClassName
{
color: #DF667A;
}
.AnyTagClassName
{
color: #DF667A;
}
</style>
background-color css
<style>
a { background-color: #DF667A; }
a { background-color: rgb(223,102,122); }
div.DivClassName
{
background-color: #DF667A;
}
.BgClassName
{
background-color: #DF667A;
}
</style>
border-color css
<style>
span { border-color: #DF667A; }
span { border-color: rgb(223,102,122); }
td.TdClassName
{
border-color: #DF667A;
}
.TagClassName
{
border-color: #DF667A;
}
</style>