Shades of Hopbush #D26AA6
Tints of Hopbush #D26AA6
RGB
CMYK
RGB Variations
Color information
#D26AA6 (or 0xD26AA6) is known color: Hopbush. HEX triplet: D2, 6A and A6. RGB value is (210,106,166). Sum of RGB (Red+Green+Blue) = 210+106+166=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26AA6 is #2D9559. Grayscale: #8F8F8F. Windows color (decimal): -2987354 or 10906322. OLE color: 10906322.
HSL color Cylindrical-coordinate representation of color #D26AA6: hue angle of 325.38º 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 #D26AA6 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 166 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.18 |
| HSL | 325.38º | 0.54% | 0.62% | - |
| HSV(B) | 325.38º | 0.5% | 0.82% | - |
| XYZ | 38.62 | 26.76 | 39.21 | - |
| YUV | 143.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 166 | 0 | 0.50 | 0.21 | 0.18 | 325.38 | 0.54 | 0.62 |
| Hex | D2 | 6A | A6 | 0 | 32 | 15 | 12 | 145 | 36 | 3E |
| Octal | 322 | 152 | 246 | 0 | 62 | 25 | 22 | 505 | 66 | 76 |
| Binary | 11010010 | 1101010 | 10100110 | 0 | 110010 | 10101 | 10010 | 101000101 | 110110 | 111110 |
Color Harmonies of #D26AA6
Complementary color
Monochromatic Colors of #D26AA6
Black with #D26AA6
Text Example
Text Example
White with #D26AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AA6; }
p { color: rgb(210,106,166); }
H1.HeaderClassName
{
color: #D26AA6;
}
.AnyTagClassName
{
color: #D26AA6;
}
</style>
background-color css
<style>
a { background-color: #D26AA6; }
a { background-color: rgb(210,106,166); }
div.DivClassName
{
background-color: #D26AA6;
}
.BgClassName
{
background-color: #D26AA6;
}
</style>
border-color css
<style>
span { border-color: #D26AA6; }
span { border-color: rgb(210,106,166); }
td.TdClassName
{
border-color: #D26AA6;
}
.TagClassName
{
border-color: #D26AA6;
}
</style>