Shades of Froly #D8656A
Tints of Froly #D8656A
RGB
CMYK
RGB Variations
Color information
#D8656A (or 0xD8656A) is known color: Froly. HEX triplet: D8, 65 and 6A. RGB value is (216,101,106). Sum of RGB (Red+Green+Blue) = 216+101+106=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8656A is #279A95. Grayscale: #888888. Windows color (decimal): -2595478 or 6972888. OLE color: 6972888.
HSL color Cylindrical-coordinate representation of color #D8656A: hue angle of 357.39º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8656A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 106 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.15 |
| HSL | 357.39º | 0.6% | 0.62% | - |
| HSV(B) | 357.39º | 0.53% | 0.85% | - |
| XYZ | 35.57 | 24.95 | 16.58 | - |
| YUV | 135.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 106 | 0 | 0.53 | 0.51 | 0.15 | 357.39 | 0.6 | 0.62 |
| Hex | D8 | 65 | 6A | 0 | 35 | 33 | F | 165 | 3C | 3E |
| Octal | 330 | 145 | 152 | 0 | 65 | 63 | 17 | 545 | 74 | 76 |
| Binary | 11011000 | 1100101 | 1101010 | 0 | 110101 | 110011 | 1111 | 101100101 | 111100 | 111110 |
Color Harmonies of #D8656A
Complementary color
Monochromatic Colors of #D8656A
Black with #D8656A
Text Example
Text Example
White with #D8656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8656A; }
p { color: rgb(216,101,106); }
H1.HeaderClassName
{
color: #D8656A;
}
.AnyTagClassName
{
color: #D8656A;
}
</style>
background-color css
<style>
a { background-color: #D8656A; }
a { background-color: rgb(216,101,106); }
div.DivClassName
{
background-color: #D8656A;
}
.BgClassName
{
background-color: #D8656A;
}
</style>
border-color css
<style>
span { border-color: #D8656A; }
span { border-color: rgb(216,101,106); }
td.TdClassName
{
border-color: #D8656A;
}
.TagClassName
{
border-color: #D8656A;
}
</style>