Shades of Froly #D66D7A
Tints of Froly #D66D7A
RGB
CMYK
RGB Variations
Color information
#D66D7A (or 0xD66D7A) is known color: Froly. HEX triplet: D6, 6D and 7A. RGB value is (214,109,122). Sum of RGB (Red+Green+Blue) = 214+109+122=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D7A is #299285. Grayscale: #8D8D8D. Windows color (decimal): -2724486 or 8023510. OLE color: 8023510.
HSL color Cylindrical-coordinate representation of color #D66D7A: hue angle of 352.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66D7A is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 122 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.16 |
| HSL | 352.57º | 0.56% | 0.63% | - |
| HSV(B) | 352.57º | 0.49% | 0.84% | - |
| XYZ | 36.71 | 26.64 | 21.62 | - |
| YUV | 141.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 122 | 0 | 0.49 | 0.43 | 0.16 | 352.57 | 0.56 | 0.63 |
| Hex | D6 | 6D | 7A | 0 | 31 | 2B | 10 | 161 | 38 | 3F |
| Octal | 326 | 155 | 172 | 0 | 61 | 53 | 20 | 541 | 70 | 77 |
| Binary | 11010110 | 1101101 | 1111010 | 0 | 110001 | 101011 | 10000 | 101100001 | 111000 | 111111 |
Color Harmonies of #D66D7A
Complementary color
Monochromatic Colors of #D66D7A
Black with #D66D7A
Text Example
Text Example
White with #D66D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D7A; }
p { color: rgb(214,109,122); }
H1.HeaderClassName
{
color: #D66D7A;
}
.AnyTagClassName
{
color: #D66D7A;
}
</style>
background-color css
<style>
a { background-color: #D66D7A; }
a { background-color: rgb(214,109,122); }
div.DivClassName
{
background-color: #D66D7A;
}
.BgClassName
{
background-color: #D66D7A;
}
</style>
border-color css
<style>
span { border-color: #D66D7A; }
span { border-color: rgb(214,109,122); }
td.TdClassName
{
border-color: #D66D7A;
}
.TagClassName
{
border-color: #D66D7A;
}
</style>