Shades of Froly #D6647B
Tints of Froly #D6647B
RGB
CMYK
RGB Variations
Color information
#D6647B (or 0xD6647B) is known color: Froly. HEX triplet: D6, 64 and 7B. RGB value is (214,100,123). Sum of RGB (Red+Green+Blue) = 214+100+123=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6647B is #299B84. Grayscale: #888888. Windows color (decimal): -2726789 or 8086742. OLE color: 8086742.
HSL color Cylindrical-coordinate representation of color #D6647B: hue angle of 347.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6647B is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 123 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.16 |
| HSL | 347.89º | 0.58% | 0.62% | - |
| HSV(B) | 347.89º | 0.53% | 0.84% | - |
| XYZ | 35.86 | 24.84 | 21.64 | - |
| YUV | 136.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 123 | 0 | 0.53 | 0.43 | 0.16 | 347.89 | 0.58 | 0.62 |
| Hex | D6 | 64 | 7B | 0 | 35 | 2B | 10 | 15C | 3A | 3E |
| Octal | 326 | 144 | 173 | 0 | 65 | 53 | 20 | 534 | 72 | 76 |
| Binary | 11010110 | 1100100 | 1111011 | 0 | 110101 | 101011 | 10000 | 101011100 | 111010 | 111110 |
Color Harmonies of #D6647B
Complementary color
Monochromatic Colors of #D6647B
Black with #D6647B
Text Example
Text Example
White with #D6647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6647B; }
p { color: rgb(214,100,123); }
H1.HeaderClassName
{
color: #D6647B;
}
.AnyTagClassName
{
color: #D6647B;
}
</style>
background-color css
<style>
a { background-color: #D6647B; }
a { background-color: rgb(214,100,123); }
div.DivClassName
{
background-color: #D6647B;
}
.BgClassName
{
background-color: #D6647B;
}
</style>
border-color css
<style>
span { border-color: #D6647B; }
span { border-color: rgb(214,100,123); }
td.TdClassName
{
border-color: #D6647B;
}
.TagClassName
{
border-color: #D6647B;
}
</style>