Shades of Hopbush #D85FAF
Tints of Hopbush #D85FAF
RGB
CMYK
RGB Variations
Color information
#D85FAF (or 0xD85FAF) is known color: Hopbush. HEX triplet: D8, 5F and AF. RGB value is (216,95,175). Sum of RGB (Red+Green+Blue) = 216+95+175=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D85FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85FAF is #27A050. Grayscale: #8C8C8C. Windows color (decimal): -2596945 or 11493336. OLE color: 11493336.
HSL color Cylindrical-coordinate representation of color #D85FAF: hue angle of 320.33º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85FAF is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 175 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.15 |
| HSL | 320.33º | 0.61% | 0.61% | - |
| HSV(B) | 320.33º | 0.56% | 0.85% | - |
| XYZ | 40.15 | 25.88 | 43.44 | - |
| YUV | 140.3 | 147.59 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 175 | 0 | 0.56 | 0.19 | 0.15 | 320.33 | 0.61 | 0.61 |
| Hex | D8 | 5F | AF | 0 | 38 | 13 | F | 140 | 3D | 3D |
| Octal | 330 | 137 | 257 | 0 | 70 | 23 | 17 | 500 | 75 | 75 |
| Binary | 11011000 | 1011111 | 10101111 | 0 | 111000 | 10011 | 1111 | 101000000 | 111101 | 111101 |
Color Harmonies of #D85FAF
Complementary color
Monochromatic Colors of #D85FAF
Black with #D85FAF
Text Example
Text Example
White with #D85FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85FAF; }
p { color: rgb(216,95,175); }
H1.HeaderClassName
{
color: #D85FAF;
}
.AnyTagClassName
{
color: #D85FAF;
}
</style>
background-color css
<style>
a { background-color: #D85FAF; }
a { background-color: rgb(216,95,175); }
div.DivClassName
{
background-color: #D85FAF;
}
.BgClassName
{
background-color: #D85FAF;
}
</style>
border-color css
<style>
span { border-color: #D85FAF; }
span { border-color: rgb(216,95,175); }
td.TdClassName
{
border-color: #D85FAF;
}
.TagClassName
{
border-color: #D85FAF;
}
</style>