Shades of Froly #D66D7D
Tints of Froly #D66D7D
RGB
CMYK
RGB Variations
Color information
#D66D7D (or 0xD66D7D) is known color: Froly. HEX triplet: D6, 6D and 7D. RGB value is (214,109,125). Sum of RGB (Red+Green+Blue) = 214+109+125=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D7D is #299282. Grayscale: #8E8E8E. Windows color (decimal): -2724483 or 8220118. OLE color: 8220118.
HSL color Cylindrical-coordinate representation of color #D66D7D: hue angle of 350.86º 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 #D66D7D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 125 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.16 |
| HSL | 350.86º | 0.56% | 0.63% | - |
| HSV(B) | 350.86º | 0.49% | 0.84% | - |
| XYZ | 36.9 | 26.71 | 22.61 | - |
| YUV | 142.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 125 | 0 | 0.49 | 0.42 | 0.16 | 350.86 | 0.56 | 0.63 |
| Hex | D6 | 6D | 7D | 0 | 31 | 2A | 10 | 15F | 38 | 3F |
| Octal | 326 | 155 | 175 | 0 | 61 | 52 | 20 | 537 | 70 | 77 |
| Binary | 11010110 | 1101101 | 1111101 | 0 | 110001 | 101010 | 10000 | 101011111 | 111000 | 111111 |
Color Harmonies of #D66D7D
Complementary color
Monochromatic Colors of #D66D7D
Black with #D66D7D
Text Example
Text Example
White with #D66D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D7D; }
p { color: rgb(214,109,125); }
H1.HeaderClassName
{
color: #D66D7D;
}
.AnyTagClassName
{
color: #D66D7D;
}
</style>
background-color css
<style>
a { background-color: #D66D7D; }
a { background-color: rgb(214,109,125); }
div.DivClassName
{
background-color: #D66D7D;
}
.BgClassName
{
background-color: #D66D7D;
}
</style>
border-color css
<style>
span { border-color: #D66D7D; }
span { border-color: rgb(214,109,125); }
td.TdClassName
{
border-color: #D66D7D;
}
.TagClassName
{
border-color: #D66D7D;
}
</style>