Shades of Froly #D6656D
Tints of Froly #D6656D
RGB
CMYK
RGB Variations
Color information
#D6656D (or 0xD6656D) is known color: Froly. HEX triplet: D6, 65 and 6D. RGB value is (214,101,109). Sum of RGB (Red+Green+Blue) = 214+101+109=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6656D is #299A92. Grayscale: #878787. Windows color (decimal): -2726547 or 7169494. OLE color: 7169494.
HSL color Cylindrical-coordinate representation of color #D6656D: hue angle of 355.75º 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 #D6656D is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 109 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.16 |
| HSL | 355.75º | 0.58% | 0.62% | - |
| HSV(B) | 355.75º | 0.53% | 0.84% | - |
| XYZ | 35.15 | 24.71 | 17.38 | - |
| YUV | 135.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 109 | 0 | 0.53 | 0.49 | 0.16 | 355.75 | 0.58 | 0.62 |
| Hex | D6 | 65 | 6D | 0 | 35 | 31 | 10 | 164 | 3A | 3E |
| Octal | 326 | 145 | 155 | 0 | 65 | 61 | 20 | 544 | 72 | 76 |
| Binary | 11010110 | 1100101 | 1101101 | 0 | 110101 | 110001 | 10000 | 101100100 | 111010 | 111110 |
Color Harmonies of #D6656D
Complementary color
Monochromatic Colors of #D6656D
Black with #D6656D
Text Example
Text Example
White with #D6656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6656D; }
p { color: rgb(214,101,109); }
H1.HeaderClassName
{
color: #D6656D;
}
.AnyTagClassName
{
color: #D6656D;
}
</style>
background-color css
<style>
a { background-color: #D6656D; }
a { background-color: rgb(214,101,109); }
div.DivClassName
{
background-color: #D6656D;
}
.BgClassName
{
background-color: #D6656D;
}
</style>
border-color css
<style>
span { border-color: #D6656D; }
span { border-color: rgb(214,101,109); }
td.TdClassName
{
border-color: #D6656D;
}
.TagClassName
{
border-color: #D6656D;
}
</style>