Shades of Froly #D96375
Tints of Froly #D96375
RGB
CMYK
RGB Variations
Color information
#D96375 (or 0xD96375) is known color: Froly. HEX triplet: D9, 63 and 75. RGB value is (217,99,117). Sum of RGB (Red+Green+Blue) = 217+99+117=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D96375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96375 is #269C8A. Grayscale: #888888. Windows color (decimal): -2530443 or 7693273. OLE color: 7693273.
HSL color Cylindrical-coordinate representation of color #D96375: hue angle of 350.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96375 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 117 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.15 |
| HSL | 350.85º | 0.61% | 0.62% | - |
| HSV(B) | 350.85º | 0.54% | 0.85% | - |
| XYZ | 36.29 | 24.96 | 19.73 | - |
| YUV | 136.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 117 | 0 | 0.54 | 0.46 | 0.15 | 350.85 | 0.61 | 0.62 |
| Hex | D9 | 63 | 75 | 0 | 36 | 2E | F | 15F | 3D | 3E |
| Octal | 331 | 143 | 165 | 0 | 66 | 56 | 17 | 537 | 75 | 76 |
| Binary | 11011001 | 1100011 | 1110101 | 0 | 110110 | 101110 | 1111 | 101011111 | 111101 | 111110 |
Color Harmonies of #D96375
Complementary color
Monochromatic Colors of #D96375
Black with #D96375
Text Example
Text Example
White with #D96375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96375; }
p { color: rgb(217,99,117); }
H1.HeaderClassName
{
color: #D96375;
}
.AnyTagClassName
{
color: #D96375;
}
</style>
background-color css
<style>
a { background-color: #D96375; }
a { background-color: rgb(217,99,117); }
div.DivClassName
{
background-color: #D96375;
}
.BgClassName
{
background-color: #D96375;
}
</style>
border-color css
<style>
span { border-color: #D96375; }
span { border-color: rgb(217,99,117); }
td.TdClassName
{
border-color: #D96375;
}
.TagClassName
{
border-color: #D96375;
}
</style>