Shades of Hopbush #D85A8E
Tints of Hopbush #D85A8E
RGB
CMYK
RGB Variations
Color information
#D85A8E (or 0xD85A8E) is known color: Hopbush. HEX triplet: D8, 5A and 8E. RGB value is (216,90,142). Sum of RGB (Red+Green+Blue) = 216+90+142=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A8E is #27A571. Grayscale: #858585. Windows color (decimal): -2598258 or 9329368. OLE color: 9329368.
HSL color Cylindrical-coordinate representation of color #D85A8E: hue angle of 335.24º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A8E is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 142 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.15 |
| HSL | 335.24º | 0.62% | 0.6% | - |
| HSV(B) | 335.24º | 0.58% | 0.85% | - |
| XYZ | 36.86 | 23.86 | 28.25 | - |
| YUV | 133.6 | 132.74 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 142 | 0 | 0.58 | 0.34 | 0.15 | 335.24 | 0.62 | 0.6 |
| Hex | D8 | 5A | 8E | 0 | 3A | 22 | F | 14F | 3E | 3C |
| Octal | 330 | 132 | 216 | 0 | 72 | 42 | 17 | 517 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10001110 | 0 | 111010 | 100010 | 1111 | 101001111 | 111110 | 111100 |
Color Harmonies of #D85A8E
Complementary color
Monochromatic Colors of #D85A8E
Black with #D85A8E
Text Example
Text Example
White with #D85A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A8E; }
p { color: rgb(216,90,142); }
H1.HeaderClassName
{
color: #D85A8E;
}
.AnyTagClassName
{
color: #D85A8E;
}
</style>
background-color css
<style>
a { background-color: #D85A8E; }
a { background-color: rgb(216,90,142); }
div.DivClassName
{
background-color: #D85A8E;
}
.BgClassName
{
background-color: #D85A8E;
}
</style>
border-color css
<style>
span { border-color: #D85A8E; }
span { border-color: rgb(216,90,142); }
td.TdClassName
{
border-color: #D85A8E;
}
.TagClassName
{
border-color: #D85A8E;
}
</style>