Shades of Froly #D76174
Tints of Froly #D76174
RGB
CMYK
RGB Variations
Color information
#D76174 (or 0xD76174) is known color: Froly. HEX triplet: D7, 61 and 74. RGB value is (215,97,116). Sum of RGB (Red+Green+Blue) = 215+97+116=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D76174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76174 is #289E8B. Grayscale: #868686. Windows color (decimal): -2662028 or 7627223. OLE color: 7627223.
HSL color Cylindrical-coordinate representation of color #D76174: hue angle of 350.34º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76174 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 116 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.16 |
| HSL | 350.34º | 0.6% | 0.61% | - |
| HSV(B) | 350.34º | 0.55% | 0.84% | - |
| XYZ | 35.45 | 24.26 | 19.34 | - |
| YUV | 134.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 116 | 0 | 0.55 | 0.46 | 0.16 | 350.34 | 0.6 | 0.61 |
| Hex | D7 | 61 | 74 | 0 | 37 | 2E | 10 | 15E | 3C | 3D |
| Octal | 327 | 141 | 164 | 0 | 67 | 56 | 20 | 536 | 74 | 75 |
| Binary | 11010111 | 1100001 | 1110100 | 0 | 110111 | 101110 | 10000 | 101011110 | 111100 | 111101 |
Color Harmonies of #D76174
Complementary color
Monochromatic Colors of #D76174
Black with #D76174
Text Example
Text Example
White with #D76174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76174; }
p { color: rgb(215,97,116); }
H1.HeaderClassName
{
color: #D76174;
}
.AnyTagClassName
{
color: #D76174;
}
</style>
background-color css
<style>
a { background-color: #D76174; }
a { background-color: rgb(215,97,116); }
div.DivClassName
{
background-color: #D76174;
}
.BgClassName
{
background-color: #D76174;
}
</style>
border-color css
<style>
span { border-color: #D76174; }
span { border-color: rgb(215,97,116); }
td.TdClassName
{
border-color: #D76174;
}
.TagClassName
{
border-color: #D76174;
}
</style>