Shades of Hopbush #D260AB
Tints of Hopbush #D260AB
RGB
CMYK
RGB Variations
Color information
#D260AB (or 0xD260AB) is known color: Hopbush. HEX triplet: D2, 60 and AB. RGB value is (210,96,171). Sum of RGB (Red+Green+Blue) = 210+96+171=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D260AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D260AB is #2D9F54. Grayscale: #8A8A8A. Windows color (decimal): -2989909 or 11231442. OLE color: 11231442.
HSL color Cylindrical-coordinate representation of color #D260AB: hue angle of 320.53º 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 #D260AB is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 171 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.18 |
| HSL | 320.53º | 0.56% | 0.6% | - |
| HSV(B) | 320.53º | 0.54% | 0.82% | - |
| XYZ | 38.11 | 25.01 | 41.35 | - |
| YUV | 138.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 171 | 0 | 0.54 | 0.19 | 0.18 | 320.53 | 0.56 | 0.6 |
| Hex | D2 | 60 | AB | 0 | 36 | 13 | 12 | 141 | 38 | 3C |
| Octal | 322 | 140 | 253 | 0 | 66 | 23 | 22 | 501 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10101011 | 0 | 110110 | 10011 | 10010 | 101000001 | 111000 | 111100 |
Color Harmonies of #D260AB
Complementary color
Monochromatic Colors of #D260AB
Black with #D260AB
Text Example
Text Example
White with #D260AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260AB; }
p { color: rgb(210,96,171); }
H1.HeaderClassName
{
color: #D260AB;
}
.AnyTagClassName
{
color: #D260AB;
}
</style>
background-color css
<style>
a { background-color: #D260AB; }
a { background-color: rgb(210,96,171); }
div.DivClassName
{
background-color: #D260AB;
}
.BgClassName
{
background-color: #D260AB;
}
</style>
border-color css
<style>
span { border-color: #D260AB; }
span { border-color: rgb(210,96,171); }
td.TdClassName
{
border-color: #D260AB;
}
.TagClassName
{
border-color: #D260AB;
}
</style>