Shades of Hopbush #D875AB
Tints of Hopbush #D875AB
RGB
CMYK
RGB Variations
Color information
#D875AB (or 0xD875AB) is known color: Hopbush. HEX triplet: D8, 75 and AB. RGB value is (216,117,171). Sum of RGB (Red+Green+Blue) = 216+117+171=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D875AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875AB is #278A54. Grayscale: #989898. Windows color (decimal): -2591317 or 11236824. OLE color: 11236824.
HSL color Cylindrical-coordinate representation of color #D875AB: hue angle of 327.27º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D875AB is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 171 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.15 |
| HSL | 327.27º | 0.56% | 0.65% | - |
| HSV(B) | 327.27º | 0.46% | 0.85% | - |
| XYZ | 42.03 | 30.26 | 42.15 | - |
| YUV | 152.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 171 | 0 | 0.46 | 0.21 | 0.15 | 327.27 | 0.56 | 0.65 |
| Hex | D8 | 75 | AB | 0 | 2E | 15 | F | 147 | 38 | 41 |
| Octal | 330 | 165 | 253 | 0 | 56 | 25 | 17 | 507 | 70 | 101 |
| Binary | 11011000 | 1110101 | 10101011 | 0 | 101110 | 10101 | 1111 | 101000111 | 111000 | 1000001 |
Color Harmonies of #D875AB
Complementary color
Monochromatic Colors of #D875AB
Black with #D875AB
Text Example
Text Example
White with #D875AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875AB; }
p { color: rgb(216,117,171); }
H1.HeaderClassName
{
color: #D875AB;
}
.AnyTagClassName
{
color: #D875AB;
}
</style>
background-color css
<style>
a { background-color: #D875AB; }
a { background-color: rgb(216,117,171); }
div.DivClassName
{
background-color: #D875AB;
}
.BgClassName
{
background-color: #D875AB;
}
</style>
border-color css
<style>
span { border-color: #D875AB; }
span { border-color: rgb(216,117,171); }
td.TdClassName
{
border-color: #D875AB;
}
.TagClassName
{
border-color: #D875AB;
}
</style>