Shades of Hopbush #D26EA5
Tints of Hopbush #D26EA5
RGB
CMYK
RGB Variations
Color information
#D26EA5 (or 0xD26EA5) is known color: Hopbush. HEX triplet: D2, 6E and A5. RGB value is (210,110,165). Sum of RGB (Red+Green+Blue) = 210+110+165=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26EA5 is #2D915A. Grayscale: #929292. Windows color (decimal): -2986331 or 10841810. OLE color: 10841810.
HSL color Cylindrical-coordinate representation of color #D26EA5: hue angle of 327º 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 #D26EA5 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 165 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.18 |
| HSL | 327º | 0.53% | 0.63% | - |
| HSV(B) | 327º | 0.48% | 0.82% | - |
| XYZ | 38.95 | 27.57 | 38.87 | - |
| YUV | 146.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 165 | 0 | 0.48 | 0.21 | 0.18 | 327 | 0.53 | 0.63 |
| Hex | D2 | 6E | A5 | 0 | 30 | 15 | 12 | 147 | 35 | 3F |
| Octal | 322 | 156 | 245 | 0 | 60 | 25 | 22 | 507 | 65 | 77 |
| Binary | 11010010 | 1101110 | 10100101 | 0 | 110000 | 10101 | 10010 | 101000111 | 110101 | 111111 |
Color Harmonies of #D26EA5
Complementary color
Monochromatic Colors of #D26EA5
Black with #D26EA5
Text Example
Text Example
White with #D26EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EA5; }
p { color: rgb(210,110,165); }
H1.HeaderClassName
{
color: #D26EA5;
}
.AnyTagClassName
{
color: #D26EA5;
}
</style>
background-color css
<style>
a { background-color: #D26EA5; }
a { background-color: rgb(210,110,165); }
div.DivClassName
{
background-color: #D26EA5;
}
.BgClassName
{
background-color: #D26EA5;
}
</style>
border-color css
<style>
span { border-color: #D26EA5; }
span { border-color: rgb(210,110,165); }
td.TdClassName
{
border-color: #D26EA5;
}
.TagClassName
{
border-color: #D26EA5;
}
</style>