Shades of Froly #DA717B
Tints of Froly #DA717B
RGB
CMYK
RGB Variations
Color information
#DA717B (or 0xDA717B) is known color: Froly. HEX triplet: DA, 71 and 7B. RGB value is (218,113,123). Sum of RGB (Red+Green+Blue) = 218+113+123=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA717B is #258E84. Grayscale: #919191. Windows color (decimal): -2461317 or 8090074. OLE color: 8090074.
HSL color Cylindrical-coordinate representation of color #DA717B: hue angle of 354.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA717B is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 123 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.15 |
| HSL | 354.29º | 0.59% | 0.65% | - |
| HSV(B) | 354.29º | 0.48% | 0.85% | - |
| XYZ | 38.39 | 28.15 | 22.15 | - |
| YUV | 145.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 123 | 0 | 0.48 | 0.44 | 0.15 | 354.29 | 0.59 | 0.65 |
| Hex | DA | 71 | 7B | 0 | 30 | 2C | F | 162 | 3B | 41 |
| Octal | 332 | 161 | 173 | 0 | 60 | 54 | 17 | 542 | 73 | 101 |
| Binary | 11011010 | 1110001 | 1111011 | 0 | 110000 | 101100 | 1111 | 101100010 | 111011 | 1000001 |
Color Harmonies of #DA717B
Complementary color
Monochromatic Colors of #DA717B
Black with #DA717B
Text Example
Text Example
White with #DA717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA717B; }
p { color: rgb(218,113,123); }
H1.HeaderClassName
{
color: #DA717B;
}
.AnyTagClassName
{
color: #DA717B;
}
</style>
background-color css
<style>
a { background-color: #DA717B; }
a { background-color: rgb(218,113,123); }
div.DivClassName
{
background-color: #DA717B;
}
.BgClassName
{
background-color: #DA717B;
}
</style>
border-color css
<style>
span { border-color: #DA717B; }
span { border-color: rgb(218,113,123); }
td.TdClassName
{
border-color: #DA717B;
}
.TagClassName
{
border-color: #DA717B;
}
</style>