Shades of Hopbush #D260AA
Tints of Hopbush #D260AA
RGB
CMYK
RGB Variations
Color information
#D260AA (or 0xD260AA) is known color: Hopbush. HEX triplet: D2, 60 and AA. RGB value is (210,96,170). Sum of RGB (Red+Green+Blue) = 210+96+170=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D260AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D260AA is #2D9F55. Grayscale: #8A8A8A. Windows color (decimal): -2989910 or 11165906. OLE color: 11165906.
HSL color Cylindrical-coordinate representation of color #D260AA: hue angle of 321.05º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D260AA is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 170 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.18 |
| HSL | 321.05º | 0.56% | 0.6% | - |
| HSV(B) | 321.05º | 0.54% | 0.82% | - |
| XYZ | 38.02 | 24.97 | 40.85 | - |
| YUV | 138.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 170 | 0 | 0.54 | 0.19 | 0.18 | 321.05 | 0.56 | 0.6 |
| Hex | D2 | 60 | AA | 0 | 36 | 13 | 12 | 141 | 38 | 3C |
| Octal | 322 | 140 | 252 | 0 | 66 | 23 | 22 | 501 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10101010 | 0 | 110110 | 10011 | 10010 | 101000001 | 111000 | 111100 |
Color Harmonies of #D260AA
Complementary color
Monochromatic Colors of #D260AA
Black with #D260AA
Text Example
Text Example
White with #D260AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260AA; }
p { color: rgb(210,96,170); }
H1.HeaderClassName
{
color: #D260AA;
}
.AnyTagClassName
{
color: #D260AA;
}
</style>
background-color css
<style>
a { background-color: #D260AA; }
a { background-color: rgb(210,96,170); }
div.DivClassName
{
background-color: #D260AA;
}
.BgClassName
{
background-color: #D260AA;
}
</style>
border-color css
<style>
span { border-color: #D260AA; }
span { border-color: rgb(210,96,170); }
td.TdClassName
{
border-color: #D260AA;
}
.TagClassName
{
border-color: #D260AA;
}
</style>