Shades of Froly #D6707B
Tints of Froly #D6707B
RGB
CMYK
RGB Variations
Color information
#D6707B (or 0xD6707B) is known color: Froly. HEX triplet: D6, 70 and 7B. RGB value is (214,112,123). Sum of RGB (Red+Green+Blue) = 214+112+123=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6707B is #298F84. Grayscale: #8F8F8F. Windows color (decimal): -2723717 or 8089814. OLE color: 8089814.
HSL color Cylindrical-coordinate representation of color #D6707B: hue angle of 353.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6707B is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 123 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.16 |
| HSL | 353.53º | 0.55% | 0.64% | - |
| HSV(B) | 353.53º | 0.48% | 0.84% | - |
| XYZ | 37.1 | 27.31 | 22.06 | - |
| YUV | 143.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 123 | 0 | 0.48 | 0.43 | 0.16 | 353.53 | 0.55 | 0.64 |
| Hex | D6 | 70 | 7B | 0 | 30 | 2B | 10 | 162 | 37 | 40 |
| Octal | 326 | 160 | 173 | 0 | 60 | 53 | 20 | 542 | 67 | 100 |
| Binary | 11010110 | 1110000 | 1111011 | 0 | 110000 | 101011 | 10000 | 101100010 | 110111 | 1000000 |
Color Harmonies of #D6707B
Complementary color
Monochromatic Colors of #D6707B
Black with #D6707B
Text Example
Text Example
White with #D6707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6707B; }
p { color: rgb(214,112,123); }
H1.HeaderClassName
{
color: #D6707B;
}
.AnyTagClassName
{
color: #D6707B;
}
</style>
background-color css
<style>
a { background-color: #D6707B; }
a { background-color: rgb(214,112,123); }
div.DivClassName
{
background-color: #D6707B;
}
.BgClassName
{
background-color: #D6707B;
}
</style>
border-color css
<style>
span { border-color: #D6707B; }
span { border-color: rgb(214,112,123); }
td.TdClassName
{
border-color: #D6707B;
}
.TagClassName
{
border-color: #D6707B;
}
</style>