Shades of Hopbush #D26DAA
Tints of Hopbush #D26DAA
RGB
CMYK
RGB Variations
Color information
#D26DAA (or 0xD26DAA) is known color: Hopbush. HEX triplet: D2, 6D and AA. RGB value is (210,109,170). Sum of RGB (Red+Green+Blue) = 210+109+170=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26DAA is #2D9255. Grayscale: #929292. Windows color (decimal): -2986582 or 11169234. OLE color: 11169234.
HSL color Cylindrical-coordinate representation of color #D26DAA: hue angle of 323.76º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26DAA is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 170 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.18 |
| HSL | 323.76º | 0.53% | 0.63% | - |
| HSV(B) | 323.76º | 0.48% | 0.82% | - |
| XYZ | 39.3 | 27.54 | 41.27 | - |
| YUV | 146.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 170 | 0 | 0.48 | 0.19 | 0.18 | 323.76 | 0.53 | 0.63 |
| Hex | D2 | 6D | AA | 0 | 30 | 13 | 12 | 144 | 35 | 3F |
| Octal | 322 | 155 | 252 | 0 | 60 | 23 | 22 | 504 | 65 | 77 |
| Binary | 11010010 | 1101101 | 10101010 | 0 | 110000 | 10011 | 10010 | 101000100 | 110101 | 111111 |
Color Harmonies of #D26DAA
Complementary color
Monochromatic Colors of #D26DAA
Black with #D26DAA
Text Example
Text Example
White with #D26DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DAA; }
p { color: rgb(210,109,170); }
H1.HeaderClassName
{
color: #D26DAA;
}
.AnyTagClassName
{
color: #D26DAA;
}
</style>
background-color css
<style>
a { background-color: #D26DAA; }
a { background-color: rgb(210,109,170); }
div.DivClassName
{
background-color: #D26DAA;
}
.BgClassName
{
background-color: #D26DAA;
}
</style>
border-color css
<style>
span { border-color: #D26DAA; }
span { border-color: rgb(210,109,170); }
td.TdClassName
{
border-color: #D26DAA;
}
.TagClassName
{
border-color: #D26DAA;
}
</style>