Shades of Hopbush #D261A2
Tints of Hopbush #D261A2
RGB
CMYK
RGB Variations
Color information
#D261A2 (or 0xD261A2) is known color: Hopbush. HEX triplet: D2, 61 and A2. RGB value is (210,97,162). Sum of RGB (Red+Green+Blue) = 210+97+162=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D261A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D261A2 is #2D9E5D. Grayscale: #8A8A8A. Windows color (decimal): -2989662 or 10641874. OLE color: 10641874.
HSL color Cylindrical-coordinate representation of color #D261A2: hue angle of 325.49º 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 #D261A2 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 162 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.18 |
| HSL | 325.49º | 0.56% | 0.6% | - |
| HSV(B) | 325.49º | 0.54% | 0.82% | - |
| XYZ | 37.37 | 24.86 | 37.01 | - |
| YUV | 138.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 162 | 0 | 0.54 | 0.23 | 0.18 | 325.49 | 0.56 | 0.6 |
| Hex | D2 | 61 | A2 | 0 | 36 | 17 | 12 | 145 | 38 | 3C |
| Octal | 322 | 141 | 242 | 0 | 66 | 27 | 22 | 505 | 70 | 74 |
| Binary | 11010010 | 1100001 | 10100010 | 0 | 110110 | 10111 | 10010 | 101000101 | 111000 | 111100 |
Color Harmonies of #D261A2
Complementary color
Monochromatic Colors of #D261A2
Black with #D261A2
Text Example
Text Example
White with #D261A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261A2; }
p { color: rgb(210,97,162); }
H1.HeaderClassName
{
color: #D261A2;
}
.AnyTagClassName
{
color: #D261A2;
}
</style>
background-color css
<style>
a { background-color: #D261A2; }
a { background-color: rgb(210,97,162); }
div.DivClassName
{
background-color: #D261A2;
}
.BgClassName
{
background-color: #D261A2;
}
</style>
border-color css
<style>
span { border-color: #D261A2; }
span { border-color: rgb(210,97,162); }
td.TdClassName
{
border-color: #D261A2;
}
.TagClassName
{
border-color: #D261A2;
}
</style>