Shades of Froly #D6667A
Tints of Froly #D6667A
RGB
CMYK
RGB Variations
Color information
#D6667A (or 0xD6667A) is known color: Froly. HEX triplet: D6, 66 and 7A. RGB value is (214,102,122). Sum of RGB (Red+Green+Blue) = 214+102+122=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6667A is #299985. Grayscale: #898989. Windows color (decimal): -2726278 or 8021718. OLE color: 8021718.
HSL color Cylindrical-coordinate representation of color #D6667A: hue angle of 349.29º 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 #D6667A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 122 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.16 |
| HSL | 349.29º | 0.58% | 0.62% | - |
| HSV(B) | 349.29º | 0.52% | 0.84% | - |
| XYZ | 36 | 25.2 | 21.38 | - |
| YUV | 137.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 122 | 0 | 0.52 | 0.43 | 0.16 | 349.29 | 0.58 | 0.62 |
| Hex | D6 | 66 | 7A | 0 | 34 | 2B | 10 | 15D | 3A | 3E |
| Octal | 326 | 146 | 172 | 0 | 64 | 53 | 20 | 535 | 72 | 76 |
| Binary | 11010110 | 1100110 | 1111010 | 0 | 110100 | 101011 | 10000 | 101011101 | 111010 | 111110 |
Color Harmonies of #D6667A
Complementary color
Monochromatic Colors of #D6667A
Black with #D6667A
Text Example
Text Example
White with #D6667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6667A; }
p { color: rgb(214,102,122); }
H1.HeaderClassName
{
color: #D6667A;
}
.AnyTagClassName
{
color: #D6667A;
}
</style>
background-color css
<style>
a { background-color: #D6667A; }
a { background-color: rgb(214,102,122); }
div.DivClassName
{
background-color: #D6667A;
}
.BgClassName
{
background-color: #D6667A;
}
</style>
border-color css
<style>
span { border-color: #D6667A; }
span { border-color: rgb(214,102,122); }
td.TdClassName
{
border-color: #D6667A;
}
.TagClassName
{
border-color: #D6667A;
}
</style>