Shades of Froly #DF717E
Tints of Froly #DF717E
RGB
CMYK
RGB Variations
Color information
#DF717E (or 0xDF717E) is known color: Froly. HEX triplet: DF, 71 and 7E. RGB value is (223,113,126). Sum of RGB (Red+Green+Blue) = 223+113+126=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF717E is #208E81. Grayscale: #939393. Windows color (decimal): -2133634 or 8286687. OLE color: 8286687.
HSL color Cylindrical-coordinate representation of color #DF717E: hue angle of 352.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF717E is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 126 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.13 |
| HSL | 352.91º | 0.63% | 0.66% | - |
| HSV(B) | 352.91º | 0.49% | 0.87% | - |
| XYZ | 40.1 | 29 | 23.22 | - |
| YUV | 147.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 126 | 0 | 0.49 | 0.43 | 0.13 | 352.91 | 0.63 | 0.66 |
| Hex | DF | 71 | 7E | 0 | 31 | 2B | D | 161 | 3F | 42 |
| Octal | 337 | 161 | 176 | 0 | 61 | 53 | 15 | 541 | 77 | 102 |
| Binary | 11011111 | 1110001 | 1111110 | 0 | 110001 | 101011 | 1101 | 101100001 | 111111 | 1000010 |
Color Harmonies of #DF717E
Complementary color
Monochromatic Colors of #DF717E
Black with #DF717E
Text Example
Text Example
White with #DF717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF717E; }
p { color: rgb(223,113,126); }
H1.HeaderClassName
{
color: #DF717E;
}
.AnyTagClassName
{
color: #DF717E;
}
</style>
background-color css
<style>
a { background-color: #DF717E; }
a { background-color: rgb(223,113,126); }
div.DivClassName
{
background-color: #DF717E;
}
.BgClassName
{
background-color: #DF717E;
}
</style>
border-color css
<style>
span { border-color: #DF717E; }
span { border-color: rgb(223,113,126); }
td.TdClassName
{
border-color: #DF717E;
}
.TagClassName
{
border-color: #DF717E;
}
</style>