Shades of Hopbush #D85CA8
Tints of Hopbush #D85CA8
RGB
CMYK
RGB Variations
Color information
#D85CA8 (or 0xD85CA8) is known color: Hopbush. HEX triplet: D8, 5C and A8. RGB value is (216,92,168). Sum of RGB (Red+Green+Blue) = 216+92+168=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85CA8 is #27A357. Grayscale: #898989. Windows color (decimal): -2597720 or 11033816. OLE color: 11033816.
HSL color Cylindrical-coordinate representation of color #D85CA8: hue angle of 323.23º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85CA8 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 168 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.15 |
| HSL | 323.23º | 0.61% | 0.6% | - |
| HSV(B) | 323.23º | 0.57% | 0.85% | - |
| XYZ | 39.21 | 25.08 | 39.82 | - |
| YUV | 137.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 168 | 0 | 0.57 | 0.22 | 0.15 | 323.23 | 0.61 | 0.6 |
| Hex | D8 | 5C | A8 | 0 | 39 | 16 | F | 143 | 3D | 3C |
| Octal | 330 | 134 | 250 | 0 | 71 | 26 | 17 | 503 | 75 | 74 |
| Binary | 11011000 | 1011100 | 10101000 | 0 | 111001 | 10110 | 1111 | 101000011 | 111101 | 111100 |
Color Harmonies of #D85CA8
Complementary color
Monochromatic Colors of #D85CA8
Black with #D85CA8
Text Example
Text Example
White with #D85CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85CA8; }
p { color: rgb(216,92,168); }
H1.HeaderClassName
{
color: #D85CA8;
}
.AnyTagClassName
{
color: #D85CA8;
}
</style>
background-color css
<style>
a { background-color: #D85CA8; }
a { background-color: rgb(216,92,168); }
div.DivClassName
{
background-color: #D85CA8;
}
.BgClassName
{
background-color: #D85CA8;
}
</style>
border-color css
<style>
span { border-color: #D85CA8; }
span { border-color: rgb(216,92,168); }
td.TdClassName
{
border-color: #D85CA8;
}
.TagClassName
{
border-color: #D85CA8;
}
</style>