Shades of Froly #D76F7D
Tints of Froly #D76F7D
RGB
CMYK
RGB Variations
Color information
#D76F7D (or 0xD76F7D) is known color: Froly. HEX triplet: D7, 6F and 7D. RGB value is (215,111,125). Sum of RGB (Red+Green+Blue) = 215+111+125=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F7D is #289082. Grayscale: #8F8F8F. Windows color (decimal): -2658435 or 8220631. OLE color: 8220631.
HSL color Cylindrical-coordinate representation of color #D76F7D: hue angle of 351.92º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F7D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 125 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.16 |
| HSL | 351.92º | 0.57% | 0.64% | - |
| HSV(B) | 351.92º | 0.48% | 0.84% | - |
| XYZ | 37.41 | 27.3 | 22.7 | - |
| YUV | 143.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 125 | 0 | 0.48 | 0.42 | 0.16 | 351.92 | 0.57 | 0.64 |
| Hex | D7 | 6F | 7D | 0 | 30 | 2A | 10 | 160 | 39 | 40 |
| Octal | 327 | 157 | 175 | 0 | 60 | 52 | 20 | 540 | 71 | 100 |
| Binary | 11010111 | 1101111 | 1111101 | 0 | 110000 | 101010 | 10000 | 101100000 | 111001 | 1000000 |
Color Harmonies of #D76F7D
Complementary color
Monochromatic Colors of #D76F7D
Black with #D76F7D
Text Example
Text Example
White with #D76F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F7D; }
p { color: rgb(215,111,125); }
H1.HeaderClassName
{
color: #D76F7D;
}
.AnyTagClassName
{
color: #D76F7D;
}
</style>
background-color css
<style>
a { background-color: #D76F7D; }
a { background-color: rgb(215,111,125); }
div.DivClassName
{
background-color: #D76F7D;
}
.BgClassName
{
background-color: #D76F7D;
}
</style>
border-color css
<style>
span { border-color: #D76F7D; }
span { border-color: rgb(215,111,125); }
td.TdClassName
{
border-color: #D76F7D;
}
.TagClassName
{
border-color: #D76F7D;
}
</style>