Shades of Froly #DF6167
Tints of Froly #DF6167
RGB
CMYK
RGB Variations
Color information
#DF6167 (or 0xDF6167) is known color: Froly. HEX triplet: DF, 61 and 67. RGB value is (223,97,103). Sum of RGB (Red+Green+Blue) = 223+97+103=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6167 is #209E98. Grayscale: #878787. Windows color (decimal): -2137753 or 6775263. OLE color: 6775263.
HSL color Cylindrical-coordinate representation of color #DF6167: hue angle of 357.14º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6167 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 103 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.13 |
| HSL | 357.14º | 0.66% | 0.63% | - |
| HSV(B) | 357.14º | 0.57% | 0.87% | - |
| XYZ | 37.15 | 25.22 | 15.74 | - |
| YUV | 135.36 | 109.74 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 103 | 0 | 0.57 | 0.54 | 0.13 | 357.14 | 0.66 | 0.63 |
| Hex | DF | 61 | 67 | 0 | 39 | 36 | D | 165 | 42 | 3F |
| Octal | 337 | 141 | 147 | 0 | 71 | 66 | 15 | 545 | 102 | 77 |
| Binary | 11011111 | 1100001 | 1100111 | 0 | 111001 | 110110 | 1101 | 101100101 | 1000010 | 111111 |
Color Harmonies of #DF6167
Complementary color
Monochromatic Colors of #DF6167
Black with #DF6167
Text Example
Text Example
White with #DF6167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6167; }
p { color: rgb(223,97,103); }
H1.HeaderClassName
{
color: #DF6167;
}
.AnyTagClassName
{
color: #DF6167;
}
</style>
background-color css
<style>
a { background-color: #DF6167; }
a { background-color: rgb(223,97,103); }
div.DivClassName
{
background-color: #DF6167;
}
.BgClassName
{
background-color: #DF6167;
}
</style>
border-color css
<style>
span { border-color: #DF6167; }
span { border-color: rgb(223,97,103); }
td.TdClassName
{
border-color: #DF6167;
}
.TagClassName
{
border-color: #DF6167;
}
</style>