Shades of Hopbush #D85CAB
Tints of Hopbush #D85CAB
RGB
CMYK
RGB Variations
Color information
#D85CAB (or 0xD85CAB) is known color: Hopbush. HEX triplet: D8, 5C and AB. RGB value is (216,92,171). Sum of RGB (Red+Green+Blue) = 216+92+171=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85CAB is #27A354. Grayscale: #898989. Windows color (decimal): -2597717 or 11230424. OLE color: 11230424.
HSL color Cylindrical-coordinate representation of color #D85CAB: hue angle of 321.77º 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 #D85CAB is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 171 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.15 |
| HSL | 321.77º | 0.61% | 0.6% | - |
| HSV(B) | 321.77º | 0.57% | 0.85% | - |
| XYZ | 39.5 | 25.19 | 41.31 | - |
| YUV | 138.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 171 | 0 | 0.57 | 0.21 | 0.15 | 321.77 | 0.61 | 0.6 |
| Hex | D8 | 5C | AB | 0 | 39 | 15 | F | 142 | 3D | 3C |
| Octal | 330 | 134 | 253 | 0 | 71 | 25 | 17 | 502 | 75 | 74 |
| Binary | 11011000 | 1011100 | 10101011 | 0 | 111001 | 10101 | 1111 | 101000010 | 111101 | 111100 |
Color Harmonies of #D85CAB
Complementary color
Monochromatic Colors of #D85CAB
Black with #D85CAB
Text Example
Text Example
White with #D85CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85CAB; }
p { color: rgb(216,92,171); }
H1.HeaderClassName
{
color: #D85CAB;
}
.AnyTagClassName
{
color: #D85CAB;
}
</style>
background-color css
<style>
a { background-color: #D85CAB; }
a { background-color: rgb(216,92,171); }
div.DivClassName
{
background-color: #D85CAB;
}
.BgClassName
{
background-color: #D85CAB;
}
</style>
border-color css
<style>
span { border-color: #D85CAB; }
span { border-color: rgb(216,92,171); }
td.TdClassName
{
border-color: #D85CAB;
}
.TagClassName
{
border-color: #D85CAB;
}
</style>