Shades of Hopbush #D26DAB
Tints of Hopbush #D26DAB
RGB
CMYK
RGB Variations
Color information
#D26DAB (or 0xD26DAB) is known color: Hopbush. HEX triplet: D2, 6D and AB. RGB value is (210,109,171). Sum of RGB (Red+Green+Blue) = 210+109+171=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26DAB is #2D9254. Grayscale: #929292. Windows color (decimal): -2986581 or 11234770. OLE color: 11234770.
HSL color Cylindrical-coordinate representation of color #D26DAB: hue angle of 323.17º 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 #D26DAB is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 171 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.18 |
| HSL | 323.17º | 0.53% | 0.63% | - |
| HSV(B) | 323.17º | 0.48% | 0.82% | - |
| XYZ | 39.4 | 27.58 | 41.77 | - |
| YUV | 146.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 171 | 0 | 0.48 | 0.19 | 0.18 | 323.17 | 0.53 | 0.63 |
| Hex | D2 | 6D | AB | 0 | 30 | 13 | 12 | 143 | 35 | 3F |
| Octal | 322 | 155 | 253 | 0 | 60 | 23 | 22 | 503 | 65 | 77 |
| Binary | 11010010 | 1101101 | 10101011 | 0 | 110000 | 10011 | 10010 | 101000011 | 110101 | 111111 |
Color Harmonies of #D26DAB
Complementary color
Monochromatic Colors of #D26DAB
Black with #D26DAB
Text Example
Text Example
White with #D26DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DAB; }
p { color: rgb(210,109,171); }
H1.HeaderClassName
{
color: #D26DAB;
}
.AnyTagClassName
{
color: #D26DAB;
}
</style>
background-color css
<style>
a { background-color: #D26DAB; }
a { background-color: rgb(210,109,171); }
div.DivClassName
{
background-color: #D26DAB;
}
.BgClassName
{
background-color: #D26DAB;
}
</style>
border-color css
<style>
span { border-color: #D26DAB; }
span { border-color: rgb(210,109,171); }
td.TdClassName
{
border-color: #D26DAB;
}
.TagClassName
{
border-color: #D26DAB;
}
</style>