Shades of Froly #DF667D
Tints of Froly #DF667D
RGB
CMYK
RGB Variations
Color information
#DF667D (or 0xDF667D) is known color: Froly. HEX triplet: DF, 66 and 7D. RGB value is (223,102,125). Sum of RGB (Red+Green+Blue) = 223+102+125=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF667D is #209982. Grayscale: #8C8C8C. Windows color (decimal): -2136451 or 8218335. OLE color: 8218335.
HSL color Cylindrical-coordinate representation of color #DF667D: hue angle of 348.6º 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 #DF667D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 125 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.13 |
| HSL | 348.6º | 0.65% | 0.64% | - |
| HSV(B) | 348.6º | 0.54% | 0.87% | - |
| XYZ | 38.88 | 26.67 | 22.5 | - |
| YUV | 140.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 125 | 0 | 0.54 | 0.44 | 0.13 | 348.6 | 0.65 | 0.64 |
| Hex | DF | 66 | 7D | 0 | 36 | 2C | D | 15D | 41 | 40 |
| Octal | 337 | 146 | 175 | 0 | 66 | 54 | 15 | 535 | 101 | 100 |
| Binary | 11011111 | 1100110 | 1111101 | 0 | 110110 | 101100 | 1101 | 101011101 | 1000001 | 1000000 |
Color Harmonies of #DF667D
Complementary color
Monochromatic Colors of #DF667D
Black with #DF667D
Text Example
Text Example
White with #DF667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF667D; }
p { color: rgb(223,102,125); }
H1.HeaderClassName
{
color: #DF667D;
}
.AnyTagClassName
{
color: #DF667D;
}
</style>
background-color css
<style>
a { background-color: #DF667D; }
a { background-color: rgb(223,102,125); }
div.DivClassName
{
background-color: #DF667D;
}
.BgClassName
{
background-color: #DF667D;
}
</style>
border-color css
<style>
span { border-color: #DF667D; }
span { border-color: rgb(223,102,125); }
td.TdClassName
{
border-color: #DF667D;
}
.TagClassName
{
border-color: #DF667D;
}
</style>