Shades of Froly #D8646E
Tints of Froly #D8646E
RGB
CMYK
RGB Variations
Color information
#D8646E (or 0xD8646E) is known color: Froly. HEX triplet: D8, 64 and 6E. RGB value is (216,100,110). Sum of RGB (Red+Green+Blue) = 216+100+110=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8646E is #279B91. Grayscale: #878787. Windows color (decimal): -2595730 or 7234776. OLE color: 7234776.
HSL color Cylindrical-coordinate representation of color #D8646E: hue angle of 354.83º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8646E is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 110 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.15 |
| HSL | 354.83º | 0.6% | 0.62% | - |
| HSV(B) | 354.83º | 0.54% | 0.85% | - |
| XYZ | 35.69 | 24.84 | 17.67 | - |
| YUV | 135.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 110 | 0 | 0.54 | 0.49 | 0.15 | 354.83 | 0.6 | 0.62 |
| Hex | D8 | 64 | 6E | 0 | 36 | 31 | F | 163 | 3C | 3E |
| Octal | 330 | 144 | 156 | 0 | 66 | 61 | 17 | 543 | 74 | 76 |
| Binary | 11011000 | 1100100 | 1101110 | 0 | 110110 | 110001 | 1111 | 101100011 | 111100 | 111110 |
Color Harmonies of #D8646E
Complementary color
Monochromatic Colors of #D8646E
Black with #D8646E
Text Example
Text Example
White with #D8646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8646E; }
p { color: rgb(216,100,110); }
H1.HeaderClassName
{
color: #D8646E;
}
.AnyTagClassName
{
color: #D8646E;
}
</style>
background-color css
<style>
a { background-color: #D8646E; }
a { background-color: rgb(216,100,110); }
div.DivClassName
{
background-color: #D8646E;
}
.BgClassName
{
background-color: #D8646E;
}
</style>
border-color css
<style>
span { border-color: #D8646E; }
span { border-color: rgb(216,100,110); }
td.TdClassName
{
border-color: #D8646E;
}
.TagClassName
{
border-color: #D8646E;
}
</style>