Shades of Froly #DF717B
Tints of Froly #DF717B
RGB
CMYK
RGB Variations
Color information
#DF717B (or 0xDF717B) is known color: Froly. HEX triplet: DF, 71 and 7B. RGB value is (223,113,123). Sum of RGB (Red+Green+Blue) = 223+113+123=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF717B is #208E84. Grayscale: #939393. Windows color (decimal): -2133637 or 8090079. OLE color: 8090079.
HSL color Cylindrical-coordinate representation of color #DF717B: hue angle of 354.55º 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 #DF717B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 123 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.13 |
| HSL | 354.55º | 0.63% | 0.66% | - |
| HSV(B) | 354.55º | 0.49% | 0.87% | - |
| XYZ | 39.91 | 28.93 | 22.22 | - |
| YUV | 147.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 123 | 0 | 0.49 | 0.45 | 0.13 | 354.55 | 0.63 | 0.66 |
| Hex | DF | 71 | 7B | 0 | 31 | 2D | D | 163 | 3F | 42 |
| Octal | 337 | 161 | 173 | 0 | 61 | 55 | 15 | 543 | 77 | 102 |
| Binary | 11011111 | 1110001 | 1111011 | 0 | 110001 | 101101 | 1101 | 101100011 | 111111 | 1000010 |
Color Harmonies of #DF717B
Complementary color
Monochromatic Colors of #DF717B
Black with #DF717B
Text Example
Text Example
White with #DF717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF717B; }
p { color: rgb(223,113,123); }
H1.HeaderClassName
{
color: #DF717B;
}
.AnyTagClassName
{
color: #DF717B;
}
</style>
background-color css
<style>
a { background-color: #DF717B; }
a { background-color: rgb(223,113,123); }
div.DivClassName
{
background-color: #DF717B;
}
.BgClassName
{
background-color: #DF717B;
}
</style>
border-color css
<style>
span { border-color: #DF717B; }
span { border-color: rgb(223,113,123); }
td.TdClassName
{
border-color: #DF717B;
}
.TagClassName
{
border-color: #DF717B;
}
</style>