Shades of Hopbush #D26AA9
Tints of Hopbush #D26AA9
RGB
CMYK
RGB Variations
Color information
#D26AA9 (or 0xD26AA9) is known color: Hopbush. HEX triplet: D2, 6A and A9. RGB value is (210,106,169). Sum of RGB (Red+Green+Blue) = 210+106+169=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26AA9 is #2D9556. Grayscale: #909090. Windows color (decimal): -2987351 or 11102930. OLE color: 11102930.
HSL color Cylindrical-coordinate representation of color #D26AA9: hue angle of 323.65º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26AA9 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 169 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.18 |
| HSL | 323.65º | 0.54% | 0.62% | - |
| HSV(B) | 323.65º | 0.5% | 0.82% | - |
| XYZ | 38.89 | 26.87 | 40.67 | - |
| YUV | 144.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 169 | 0 | 0.50 | 0.20 | 0.18 | 323.65 | 0.54 | 0.62 |
| Hex | D2 | 6A | A9 | 0 | 32 | 14 | 12 | 144 | 36 | 3E |
| Octal | 322 | 152 | 251 | 0 | 62 | 24 | 22 | 504 | 66 | 76 |
| Binary | 11010010 | 1101010 | 10101001 | 0 | 110010 | 10100 | 10010 | 101000100 | 110110 | 111110 |
Color Harmonies of #D26AA9
Complementary color
Monochromatic Colors of #D26AA9
Black with #D26AA9
Text Example
Text Example
White with #D26AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AA9; }
p { color: rgb(210,106,169); }
H1.HeaderClassName
{
color: #D26AA9;
}
.AnyTagClassName
{
color: #D26AA9;
}
</style>
background-color css
<style>
a { background-color: #D26AA9; }
a { background-color: rgb(210,106,169); }
div.DivClassName
{
background-color: #D26AA9;
}
.BgClassName
{
background-color: #D26AA9;
}
</style>
border-color css
<style>
span { border-color: #D26AA9; }
span { border-color: rgb(210,106,169); }
td.TdClassName
{
border-color: #D26AA9;
}
.TagClassName
{
border-color: #D26AA9;
}
</style>