Shades of Froly #D8646D
Tints of Froly #D8646D
RGB
CMYK
RGB Variations
Color information
#D8646D (or 0xD8646D) is known color: Froly. HEX triplet: D8, 64 and 6D. RGB value is (216,100,109). Sum of RGB (Red+Green+Blue) = 216+100+109=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8646D is #279B92. Grayscale: #878787. Windows color (decimal): -2595731 or 7169240. OLE color: 7169240.
HSL color Cylindrical-coordinate representation of color #D8646D: hue angle of 355.34º 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 #D8646D is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 109 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.15 |
| HSL | 355.34º | 0.6% | 0.62% | - |
| HSV(B) | 355.34º | 0.54% | 0.85% | - |
| XYZ | 35.64 | 24.82 | 17.38 | - |
| YUV | 135.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 109 | 0 | 0.54 | 0.50 | 0.15 | 355.34 | 0.6 | 0.62 |
| Hex | D8 | 64 | 6D | 0 | 36 | 32 | F | 163 | 3C | 3E |
| Octal | 330 | 144 | 155 | 0 | 66 | 62 | 17 | 543 | 74 | 76 |
| Binary | 11011000 | 1100100 | 1101101 | 0 | 110110 | 110010 | 1111 | 101100011 | 111100 | 111110 |
Color Harmonies of #D8646D
Complementary color
Monochromatic Colors of #D8646D
Black with #D8646D
Text Example
Text Example
White with #D8646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8646D; }
p { color: rgb(216,100,109); }
H1.HeaderClassName
{
color: #D8646D;
}
.AnyTagClassName
{
color: #D8646D;
}
</style>
background-color css
<style>
a { background-color: #D8646D; }
a { background-color: rgb(216,100,109); }
div.DivClassName
{
background-color: #D8646D;
}
.BgClassName
{
background-color: #D8646D;
}
</style>
border-color css
<style>
span { border-color: #D8646D; }
span { border-color: rgb(216,100,109); }
td.TdClassName
{
border-color: #D8646D;
}
.TagClassName
{
border-color: #D8646D;
}
</style>