Shades of Froly #D8626A
Tints of Froly #D8626A
RGB
CMYK
RGB Variations
Color information
#D8626A (or 0xD8626A) is known color: Froly. HEX triplet: D8, 62 and 6A. RGB value is (216,98,106). Sum of RGB (Red+Green+Blue) = 216+98+106=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8626A is #279D95. Grayscale: #868686. Windows color (decimal): -2596246 or 6972120. OLE color: 6972120.
HSL color Cylindrical-coordinate representation of color #D8626A: hue angle of 355.93º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8626A is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 106 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.15 |
| HSL | 355.93º | 0.6% | 0.62% | - |
| HSV(B) | 355.93º | 0.55% | 0.85% | - |
| XYZ | 35.29 | 24.37 | 16.48 | - |
| YUV | 134.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 106 | 0 | 0.55 | 0.51 | 0.15 | 355.93 | 0.6 | 0.62 |
| Hex | D8 | 62 | 6A | 0 | 37 | 33 | F | 164 | 3C | 3E |
| Octal | 330 | 142 | 152 | 0 | 67 | 63 | 17 | 544 | 74 | 76 |
| Binary | 11011000 | 1100010 | 1101010 | 0 | 110111 | 110011 | 1111 | 101100100 | 111100 | 111110 |
Color Harmonies of #D8626A
Complementary color
Monochromatic Colors of #D8626A
Black with #D8626A
Text Example
Text Example
White with #D8626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8626A; }
p { color: rgb(216,98,106); }
H1.HeaderClassName
{
color: #D8626A;
}
.AnyTagClassName
{
color: #D8626A;
}
</style>
background-color css
<style>
a { background-color: #D8626A; }
a { background-color: rgb(216,98,106); }
div.DivClassName
{
background-color: #D8626A;
}
.BgClassName
{
background-color: #D8626A;
}
</style>
border-color css
<style>
span { border-color: #D8626A; }
span { border-color: rgb(216,98,106); }
td.TdClassName
{
border-color: #D8626A;
}
.TagClassName
{
border-color: #D8626A;
}
</style>