Shades of Froly #D66C7A
Tints of Froly #D66C7A
RGB
CMYK
RGB Variations
Color information
#D66C7A (or 0xD66C7A) is known color: Froly. HEX triplet: D6, 6C and 7A. RGB value is (214,108,122). Sum of RGB (Red+Green+Blue) = 214+108+122=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C7A is #299385. Grayscale: #8D8D8D. Windows color (decimal): -2724742 or 8023254. OLE color: 8023254.
HSL color Cylindrical-coordinate representation of color #D66C7A: hue angle of 352.08º 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 #D66C7A is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 122 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.16 |
| HSL | 352.08º | 0.56% | 0.63% | - |
| HSV(B) | 352.08º | 0.5% | 0.84% | - |
| XYZ | 36.61 | 26.43 | 21.58 | - |
| YUV | 141.29 | 117.12 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 122 | 0 | 0.50 | 0.43 | 0.16 | 352.08 | 0.56 | 0.63 |
| Hex | D6 | 6C | 7A | 0 | 32 | 2B | 10 | 160 | 38 | 3F |
| Octal | 326 | 154 | 172 | 0 | 62 | 53 | 20 | 540 | 70 | 77 |
| Binary | 11010110 | 1101100 | 1111010 | 0 | 110010 | 101011 | 10000 | 101100000 | 111000 | 111111 |
Color Harmonies of #D66C7A
Complementary color
Monochromatic Colors of #D66C7A
Black with #D66C7A
Text Example
Text Example
White with #D66C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66C7A; }
p { color: rgb(214,108,122); }
H1.HeaderClassName
{
color: #D66C7A;
}
.AnyTagClassName
{
color: #D66C7A;
}
</style>
background-color css
<style>
a { background-color: #D66C7A; }
a { background-color: rgb(214,108,122); }
div.DivClassName
{
background-color: #D66C7A;
}
.BgClassName
{
background-color: #D66C7A;
}
</style>
border-color css
<style>
span { border-color: #D66C7A; }
span { border-color: rgb(214,108,122); }
td.TdClassName
{
border-color: #D66C7A;
}
.TagClassName
{
border-color: #D66C7A;
}
</style>