Shades of Froly #D6666B
Tints of Froly #D6666B
RGB
CMYK
RGB Variations
Color information
#D6666B (or 0xD6666B) is known color: Froly. HEX triplet: D6, 66 and 6B. RGB value is (214,102,107). Sum of RGB (Red+Green+Blue) = 214+102+107=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6666B is #299994. Grayscale: #888888. Windows color (decimal): -2726293 or 7038678. OLE color: 7038678.
HSL color Cylindrical-coordinate representation of color #D6666B: hue angle of 357.32º 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 #D6666B is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 107 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.16 |
| HSL | 357.32º | 0.58% | 0.62% | - |
| HSV(B) | 357.32º | 0.52% | 0.84% | - |
| XYZ | 35.14 | 24.86 | 16.86 | - |
| YUV | 136.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 107 | 0 | 0.52 | 0.50 | 0.16 | 357.32 | 0.58 | 0.62 |
| Hex | D6 | 66 | 6B | 0 | 34 | 32 | 10 | 165 | 3A | 3E |
| Octal | 326 | 146 | 153 | 0 | 64 | 62 | 20 | 545 | 72 | 76 |
| Binary | 11010110 | 1100110 | 1101011 | 0 | 110100 | 110010 | 10000 | 101100101 | 111010 | 111110 |
Color Harmonies of #D6666B
Complementary color
Monochromatic Colors of #D6666B
Black with #D6666B
Text Example
Text Example
White with #D6666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6666B; }
p { color: rgb(214,102,107); }
H1.HeaderClassName
{
color: #D6666B;
}
.AnyTagClassName
{
color: #D6666B;
}
</style>
background-color css
<style>
a { background-color: #D6666B; }
a { background-color: rgb(214,102,107); }
div.DivClassName
{
background-color: #D6666B;
}
.BgClassName
{
background-color: #D6666B;
}
</style>
border-color css
<style>
span { border-color: #D6666B; }
span { border-color: rgb(214,102,107); }
td.TdClassName
{
border-color: #D6666B;
}
.TagClassName
{
border-color: #D6666B;
}
</style>