Shades of Hopbush #D85CA5
Tints of Hopbush #D85CA5
RGB
CMYK
RGB Variations
Color information
#D85CA5 (or 0xD85CA5) is known color: Hopbush. HEX triplet: D8, 5C and A5. RGB value is (216,92,165). Sum of RGB (Red+Green+Blue) = 216+92+165=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85CA5 is #27A35A. Grayscale: #898989. Windows color (decimal): -2597723 or 10837208. OLE color: 10837208.
HSL color Cylindrical-coordinate representation of color #D85CA5: hue angle of 324.68º 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 #D85CA5 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 165 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.15 |
| HSL | 324.68º | 0.61% | 0.6% | - |
| HSV(B) | 324.68º | 0.57% | 0.85% | - |
| XYZ | 38.94 | 24.97 | 38.36 | - |
| YUV | 137.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 165 | 0 | 0.57 | 0.24 | 0.15 | 324.68 | 0.61 | 0.6 |
| Hex | D8 | 5C | A5 | 0 | 39 | 18 | F | 145 | 3D | 3C |
| Octal | 330 | 134 | 245 | 0 | 71 | 30 | 17 | 505 | 75 | 74 |
| Binary | 11011000 | 1011100 | 10100101 | 0 | 111001 | 11000 | 1111 | 101000101 | 111101 | 111100 |
Color Harmonies of #D85CA5
Complementary color
Monochromatic Colors of #D85CA5
Black with #D85CA5
Text Example
Text Example
White with #D85CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85CA5; }
p { color: rgb(216,92,165); }
H1.HeaderClassName
{
color: #D85CA5;
}
.AnyTagClassName
{
color: #D85CA5;
}
</style>
background-color css
<style>
a { background-color: #D85CA5; }
a { background-color: rgb(216,92,165); }
div.DivClassName
{
background-color: #D85CA5;
}
.BgClassName
{
background-color: #D85CA5;
}
</style>
border-color css
<style>
span { border-color: #D85CA5; }
span { border-color: rgb(216,92,165); }
td.TdClassName
{
border-color: #D85CA5;
}
.TagClassName
{
border-color: #D85CA5;
}
</style>