Shades of Froly #D96574
Tints of Froly #D96574
RGB
CMYK
RGB Variations
Color information
#D96574 (or 0xD96574) is known color: Froly. HEX triplet: D9, 65 and 74. RGB value is (217,101,116). Sum of RGB (Red+Green+Blue) = 217+101+116=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D96574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96574 is #269A8B. Grayscale: #898989. Windows color (decimal): -2529932 or 7628249. OLE color: 7628249.
HSL color Cylindrical-coordinate representation of color #D96574: hue angle of 352.24º 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 #D96574 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 116 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.15 |
| HSL | 352.24º | 0.6% | 0.62% | - |
| HSV(B) | 352.24º | 0.53% | 0.85% | - |
| XYZ | 36.42 | 25.32 | 19.49 | - |
| YUV | 137.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 116 | 0 | 0.53 | 0.47 | 0.15 | 352.24 | 0.6 | 0.62 |
| Hex | D9 | 65 | 74 | 0 | 35 | 2F | F | 160 | 3C | 3E |
| Octal | 331 | 145 | 164 | 0 | 65 | 57 | 17 | 540 | 74 | 76 |
| Binary | 11011001 | 1100101 | 1110100 | 0 | 110101 | 101111 | 1111 | 101100000 | 111100 | 111110 |
Color Harmonies of #D96574
Complementary color
Monochromatic Colors of #D96574
Black with #D96574
Text Example
Text Example
White with #D96574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96574; }
p { color: rgb(217,101,116); }
H1.HeaderClassName
{
color: #D96574;
}
.AnyTagClassName
{
color: #D96574;
}
</style>
background-color css
<style>
a { background-color: #D96574; }
a { background-color: rgb(217,101,116); }
div.DivClassName
{
background-color: #D96574;
}
.BgClassName
{
background-color: #D96574;
}
</style>
border-color css
<style>
span { border-color: #D96574; }
span { border-color: rgb(217,101,116); }
td.TdClassName
{
border-color: #D96574;
}
.TagClassName
{
border-color: #D96574;
}
</style>