Shades of Hopbush #D260A2
Tints of Hopbush #D260A2
RGB
CMYK
RGB Variations
Color information
#D260A2 (or 0xD260A2) is known color: Hopbush. HEX triplet: D2, 60 and A2. RGB value is (210,96,162). Sum of RGB (Red+Green+Blue) = 210+96+162=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D260A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D260A2 is #2D9F5D. Grayscale: #898989. Windows color (decimal): -2989918 or 10641618. OLE color: 10641618.
HSL color Cylindrical-coordinate representation of color #D260A2: hue angle of 325.26º 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 #D260A2 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 162 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.18 |
| HSL | 325.26º | 0.56% | 0.6% | - |
| HSV(B) | 325.26º | 0.54% | 0.82% | - |
| XYZ | 37.28 | 24.68 | 36.98 | - |
| YUV | 137.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 162 | 0 | 0.54 | 0.23 | 0.18 | 325.26 | 0.56 | 0.6 |
| Hex | D2 | 60 | A2 | 0 | 36 | 17 | 12 | 145 | 38 | 3C |
| Octal | 322 | 140 | 242 | 0 | 66 | 27 | 22 | 505 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10100010 | 0 | 110110 | 10111 | 10010 | 101000101 | 111000 | 111100 |
Color Harmonies of #D260A2
Complementary color
Monochromatic Colors of #D260A2
Black with #D260A2
Text Example
Text Example
White with #D260A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260A2; }
p { color: rgb(210,96,162); }
H1.HeaderClassName
{
color: #D260A2;
}
.AnyTagClassName
{
color: #D260A2;
}
</style>
background-color css
<style>
a { background-color: #D260A2; }
a { background-color: rgb(210,96,162); }
div.DivClassName
{
background-color: #D260A2;
}
.BgClassName
{
background-color: #D260A2;
}
</style>
border-color css
<style>
span { border-color: #D260A2; }
span { border-color: rgb(210,96,162); }
td.TdClassName
{
border-color: #D260A2;
}
.TagClassName
{
border-color: #D260A2;
}
</style>