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