Shades of Froly #D6666C
Tints of Froly #D6666C
RGB
CMYK
RGB Variations
Color information
#D6666C (or 0xD6666C) is known color: Froly. HEX triplet: D6, 66 and 6C. RGB value is (214,102,108). Sum of RGB (Red+Green+Blue) = 214+102+108=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6666C is #299993. Grayscale: #888888. Windows color (decimal): -2726292 or 7104214. OLE color: 7104214.
HSL color Cylindrical-coordinate representation of color #D6666C: hue angle of 356.79º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6666C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 108 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.16 |
| HSL | 356.79º | 0.58% | 0.62% | - |
| HSV(B) | 356.79º | 0.52% | 0.84% | - |
| XYZ | 35.19 | 24.88 | 17.14 | - |
| YUV | 136.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 108 | 0 | 0.52 | 0.50 | 0.16 | 356.79 | 0.58 | 0.62 |
| Hex | D6 | 66 | 6C | 0 | 34 | 32 | 10 | 165 | 3A | 3E |
| Octal | 326 | 146 | 154 | 0 | 64 | 62 | 20 | 545 | 72 | 76 |
| Binary | 11010110 | 1100110 | 1101100 | 0 | 110100 | 110010 | 10000 | 101100101 | 111010 | 111110 |
Color Harmonies of #D6666C
Complementary color
Monochromatic Colors of #D6666C
Black with #D6666C
Text Example
Text Example
White with #D6666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6666C; }
p { color: rgb(214,102,108); }
H1.HeaderClassName
{
color: #D6666C;
}
.AnyTagClassName
{
color: #D6666C;
}
</style>
background-color css
<style>
a { background-color: #D6666C; }
a { background-color: rgb(214,102,108); }
div.DivClassName
{
background-color: #D6666C;
}
.BgClassName
{
background-color: #D6666C;
}
</style>
border-color css
<style>
span { border-color: #D6666C; }
span { border-color: rgb(214,102,108); }
td.TdClassName
{
border-color: #D6666C;
}
.TagClassName
{
border-color: #D6666C;
}
</style>