Shades of Hopbush #D85A98
Tints of Hopbush #D85A98
RGB
CMYK
RGB Variations
Color information
#D85A98 (or 0xD85A98) is known color: Hopbush. HEX triplet: D8, 5A and 98. RGB value is (216,90,152). Sum of RGB (Red+Green+Blue) = 216+90+152=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85A98 is #27A567. Grayscale: #868686. Windows color (decimal): -2598248 or 9984728. OLE color: 9984728.
HSL color Cylindrical-coordinate representation of color #D85A98: hue angle of 330.48º 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 #D85A98 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 152 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.15 |
| HSL | 330.48º | 0.62% | 0.6% | - |
| HSV(B) | 330.48º | 0.58% | 0.85% | - |
| XYZ | 37.64 | 24.18 | 32.39 | - |
| YUV | 134.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 152 | 0 | 0.58 | 0.30 | 0.15 | 330.48 | 0.62 | 0.6 |
| Hex | D8 | 5A | 98 | 0 | 3A | 1E | F | 14A | 3E | 3C |
| Octal | 330 | 132 | 230 | 0 | 72 | 36 | 17 | 512 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10011000 | 0 | 111010 | 11110 | 1111 | 101001010 | 111110 | 111100 |
Color Harmonies of #D85A98
Complementary color
Monochromatic Colors of #D85A98
Black with #D85A98
Text Example
Text Example
White with #D85A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A98; }
p { color: rgb(216,90,152); }
H1.HeaderClassName
{
color: #D85A98;
}
.AnyTagClassName
{
color: #D85A98;
}
</style>
background-color css
<style>
a { background-color: #D85A98; }
a { background-color: rgb(216,90,152); }
div.DivClassName
{
background-color: #D85A98;
}
.BgClassName
{
background-color: #D85A98;
}
</style>
border-color css
<style>
span { border-color: #D85A98; }
span { border-color: rgb(216,90,152); }
td.TdClassName
{
border-color: #D85A98;
}
.TagClassName
{
border-color: #D85A98;
}
</style>