Shades of Hopbush #D759AA
Tints of Hopbush #D759AA
RGB
CMYK
RGB Variations
Color information
#D759AA (or 0xD759AA) is known color: Hopbush. HEX triplet: D7, 59 and AA. RGB value is (215,89,170). Sum of RGB (Red+Green+Blue) = 215+89+170=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D759AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D759AA is #28A655. Grayscale: #878787. Windows color (decimal): -2664022 or 11164119. OLE color: 11164119.
HSL color Cylindrical-coordinate representation of color #D759AA: hue angle of 321.43º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D759AA is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 170 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.16 |
| HSL | 321.43º | 0.61% | 0.6% | - |
| HSV(B) | 321.43º | 0.59% | 0.84% | - |
| XYZ | 38.85 | 24.49 | 40.71 | - |
| YUV | 135.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 170 | 0 | 0.59 | 0.21 | 0.16 | 321.43 | 0.61 | 0.6 |
| Hex | D7 | 59 | AA | 0 | 3B | 15 | 10 | 141 | 3D | 3C |
| Octal | 327 | 131 | 252 | 0 | 73 | 25 | 20 | 501 | 75 | 74 |
| Binary | 11010111 | 1011001 | 10101010 | 0 | 111011 | 10101 | 10000 | 101000001 | 111101 | 111100 |
Color Harmonies of #D759AA
Complementary color
Monochromatic Colors of #D759AA
Black with #D759AA
Text Example
Text Example
White with #D759AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759AA; }
p { color: rgb(215,89,170); }
H1.HeaderClassName
{
color: #D759AA;
}
.AnyTagClassName
{
color: #D759AA;
}
</style>
background-color css
<style>
a { background-color: #D759AA; }
a { background-color: rgb(215,89,170); }
div.DivClassName
{
background-color: #D759AA;
}
.BgClassName
{
background-color: #D759AA;
}
</style>
border-color css
<style>
span { border-color: #D759AA; }
span { border-color: rgb(215,89,170); }
td.TdClassName
{
border-color: #D759AA;
}
.TagClassName
{
border-color: #D759AA;
}
</style>