Shades of Froly #D86274
Tints of Froly #D86274
RGB
CMYK
RGB Variations
Color information
#D86274 (or 0xD86274) is known color: Froly. HEX triplet: D8, 62 and 74. RGB value is (216,98,116). Sum of RGB (Red+Green+Blue) = 216+98+116=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D86274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86274 is #279D8B. Grayscale: #878787. Windows color (decimal): -2596236 or 7627480. OLE color: 7627480.
HSL color Cylindrical-coordinate representation of color #D86274: hue angle of 350.85º 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 #D86274 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 116 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.15 |
| HSL | 350.85º | 0.6% | 0.62% | - |
| HSV(B) | 350.85º | 0.55% | 0.85% | - |
| XYZ | 35.84 | 24.6 | 19.38 | - |
| YUV | 135.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 116 | 0 | 0.55 | 0.46 | 0.15 | 350.85 | 0.6 | 0.62 |
| Hex | D8 | 62 | 74 | 0 | 37 | 2E | F | 15F | 3C | 3E |
| Octal | 330 | 142 | 164 | 0 | 67 | 56 | 17 | 537 | 74 | 76 |
| Binary | 11011000 | 1100010 | 1110100 | 0 | 110111 | 101110 | 1111 | 101011111 | 111100 | 111110 |
Color Harmonies of #D86274
Complementary color
Monochromatic Colors of #D86274
Black with #D86274
Text Example
Text Example
White with #D86274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86274; }
p { color: rgb(216,98,116); }
H1.HeaderClassName
{
color: #D86274;
}
.AnyTagClassName
{
color: #D86274;
}
</style>
background-color css
<style>
a { background-color: #D86274; }
a { background-color: rgb(216,98,116); }
div.DivClassName
{
background-color: #D86274;
}
.BgClassName
{
background-color: #D86274;
}
</style>
border-color css
<style>
span { border-color: #D86274; }
span { border-color: rgb(216,98,116); }
td.TdClassName
{
border-color: #D86274;
}
.TagClassName
{
border-color: #D86274;
}
</style>