Shades of Froly #D66C7B
Tints of Froly #D66C7B
RGB
CMYK
RGB Variations
Color information
#D66C7B (or 0xD66C7B) is known color: Froly. HEX triplet: D6, 6C and 7B. RGB value is (214,108,123). Sum of RGB (Red+Green+Blue) = 214+108+123=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C7B is #299384. Grayscale: #8D8D8D. Windows color (decimal): -2724741 or 8088790. OLE color: 8088790.
HSL color Cylindrical-coordinate representation of color #D66C7B: hue angle of 351.51º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66C7B is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 123 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.16 |
| HSL | 351.51º | 0.56% | 0.63% | - |
| HSV(B) | 351.51º | 0.5% | 0.84% | - |
| XYZ | 36.67 | 26.45 | 21.91 | - |
| YUV | 141.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 123 | 0 | 0.50 | 0.43 | 0.16 | 351.51 | 0.56 | 0.63 |
| Hex | D6 | 6C | 7B | 0 | 32 | 2B | 10 | 160 | 38 | 3F |
| Octal | 326 | 154 | 173 | 0 | 62 | 53 | 20 | 540 | 70 | 77 |
| Binary | 11010110 | 1101100 | 1111011 | 0 | 110010 | 101011 | 10000 | 101100000 | 111000 | 111111 |
Color Harmonies of #D66C7B
Complementary color
Monochromatic Colors of #D66C7B
Black with #D66C7B
Text Example
Text Example
White with #D66C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66C7B; }
p { color: rgb(214,108,123); }
H1.HeaderClassName
{
color: #D66C7B;
}
.AnyTagClassName
{
color: #D66C7B;
}
</style>
background-color css
<style>
a { background-color: #D66C7B; }
a { background-color: rgb(214,108,123); }
div.DivClassName
{
background-color: #D66C7B;
}
.BgClassName
{
background-color: #D66C7B;
}
</style>
border-color css
<style>
span { border-color: #D66C7B; }
span { border-color: rgb(214,108,123); }
td.TdClassName
{
border-color: #D66C7B;
}
.TagClassName
{
border-color: #D66C7B;
}
</style>