Shades of Hopbush #D26D9A
Tints of Hopbush #D26D9A
RGB
CMYK
RGB Variations
Color information
#D26D9A (or 0xD26D9A) is known color: Hopbush. HEX triplet: D2, 6D and 9A. RGB value is (210,109,154). Sum of RGB (Red+Green+Blue) = 210+109+154=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26D9A is #2D9265. Grayscale: #909090. Windows color (decimal): -2986598 or 10120658. OLE color: 10120658.
HSL color Cylindrical-coordinate representation of color #D26D9A: hue angle of 333.27º 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 #D26D9A is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 154 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.18 |
| HSL | 333.27º | 0.53% | 0.63% | - |
| HSV(B) | 333.27º | 0.48% | 0.82% | - |
| XYZ | 37.88 | 26.97 | 33.78 | - |
| YUV | 144.33 | 133.46 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 154 | 0 | 0.48 | 0.27 | 0.18 | 333.27 | 0.53 | 0.63 |
| Hex | D2 | 6D | 9A | 0 | 30 | 1B | 12 | 14D | 35 | 3F |
| Octal | 322 | 155 | 232 | 0 | 60 | 33 | 22 | 515 | 65 | 77 |
| Binary | 11010010 | 1101101 | 10011010 | 0 | 110000 | 11011 | 10010 | 101001101 | 110101 | 111111 |
Color Harmonies of #D26D9A
Complementary color
Monochromatic Colors of #D26D9A
Black with #D26D9A
Text Example
Text Example
White with #D26D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D9A; }
p { color: rgb(210,109,154); }
H1.HeaderClassName
{
color: #D26D9A;
}
.AnyTagClassName
{
color: #D26D9A;
}
</style>
background-color css
<style>
a { background-color: #D26D9A; }
a { background-color: rgb(210,109,154); }
div.DivClassName
{
background-color: #D26D9A;
}
.BgClassName
{
background-color: #D26D9A;
}
</style>
border-color css
<style>
span { border-color: #D26D9A; }
span { border-color: rgb(210,109,154); }
td.TdClassName
{
border-color: #D26D9A;
}
.TagClassName
{
border-color: #D26D9A;
}
</style>