Shades of Froly #D86575
Tints of Froly #D86575
RGB
CMYK
RGB Variations
Color information
#D86575 (or 0xD86575) is known color: Froly. HEX triplet: D8, 65 and 75. RGB value is (216,101,117). Sum of RGB (Red+Green+Blue) = 216+101+117=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D86575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86575 is #279A8A. Grayscale: #898989. Windows color (decimal): -2595467 or 7693784. OLE color: 7693784.
HSL color Cylindrical-coordinate representation of color #D86575: hue angle of 351.65º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86575 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 117 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.15 |
| HSL | 351.65º | 0.6% | 0.62% | - |
| HSV(B) | 351.65º | 0.53% | 0.85% | - |
| XYZ | 36.18 | 25.19 | 19.78 | - |
| YUV | 137.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 117 | 0 | 0.53 | 0.46 | 0.15 | 351.65 | 0.6 | 0.62 |
| Hex | D8 | 65 | 75 | 0 | 35 | 2E | F | 160 | 3C | 3E |
| Octal | 330 | 145 | 165 | 0 | 65 | 56 | 17 | 540 | 74 | 76 |
| Binary | 11011000 | 1100101 | 1110101 | 0 | 110101 | 101110 | 1111 | 101100000 | 111100 | 111110 |
Color Harmonies of #D86575
Complementary color
Monochromatic Colors of #D86575
Black with #D86575
Text Example
Text Example
White with #D86575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86575; }
p { color: rgb(216,101,117); }
H1.HeaderClassName
{
color: #D86575;
}
.AnyTagClassName
{
color: #D86575;
}
</style>
background-color css
<style>
a { background-color: #D86575; }
a { background-color: rgb(216,101,117); }
div.DivClassName
{
background-color: #D86575;
}
.BgClassName
{
background-color: #D86575;
}
</style>
border-color css
<style>
span { border-color: #D86575; }
span { border-color: rgb(216,101,117); }
td.TdClassName
{
border-color: #D86575;
}
.TagClassName
{
border-color: #D86575;
}
</style>