Shades of Hopbush #D26BAA
Tints of Hopbush #D26BAA
RGB
CMYK
RGB Variations
Color information
#D26BAA (or 0xD26BAA) is known color: Hopbush. HEX triplet: D2, 6B and AA. RGB value is (210,107,170). Sum of RGB (Red+Green+Blue) = 210+107+170=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26BAA is #2D9455. Grayscale: #909090. Windows color (decimal): -2987094 or 11168722. OLE color: 11168722.
HSL color Cylindrical-coordinate representation of color #D26BAA: hue angle of 323.3º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26BAA is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 170 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.18 |
| HSL | 323.3º | 0.53% | 0.62% | - |
| HSV(B) | 323.3º | 0.49% | 0.82% | - |
| XYZ | 39.09 | 27.12 | 41.2 | - |
| YUV | 144.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 170 | 0 | 0.49 | 0.19 | 0.18 | 323.3 | 0.53 | 0.62 |
| Hex | D2 | 6B | AA | 0 | 31 | 13 | 12 | 143 | 35 | 3E |
| Octal | 322 | 153 | 252 | 0 | 61 | 23 | 22 | 503 | 65 | 76 |
| Binary | 11010010 | 1101011 | 10101010 | 0 | 110001 | 10011 | 10010 | 101000011 | 110101 | 111110 |
Color Harmonies of #D26BAA
Complementary color
Monochromatic Colors of #D26BAA
Black with #D26BAA
Text Example
Text Example
White with #D26BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BAA; }
p { color: rgb(210,107,170); }
H1.HeaderClassName
{
color: #D26BAA;
}
.AnyTagClassName
{
color: #D26BAA;
}
</style>
background-color css
<style>
a { background-color: #D26BAA; }
a { background-color: rgb(210,107,170); }
div.DivClassName
{
background-color: #D26BAA;
}
.BgClassName
{
background-color: #D26BAA;
}
</style>
border-color css
<style>
span { border-color: #D26BAA; }
span { border-color: rgb(210,107,170); }
td.TdClassName
{
border-color: #D26BAA;
}
.TagClassName
{
border-color: #D26BAA;
}
</style>