Shades of Hopbush #D26D90
Tints of Hopbush #D26D90
RGB
CMYK
RGB Variations
Color information
#D26D90 (or 0xD26D90) is known color: Hopbush. HEX triplet: D2, 6D and 90. RGB value is (210,109,144). Sum of RGB (Red+Green+Blue) = 210+109+144=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26D90 is #2D926F. Grayscale: #8F8F8F. Windows color (decimal): -2986608 or 9465298. OLE color: 9465298.
HSL color Cylindrical-coordinate representation of color #D26D90: hue angle of 339.21º 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 #D26D90 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 144 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.18 |
| HSL | 339.21º | 0.53% | 0.63% | - |
| HSV(B) | 339.21º | 0.48% | 0.82% | - |
| XYZ | 37.08 | 26.65 | 29.58 | - |
| YUV | 143.19 | 128.46 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 144 | 0 | 0.48 | 0.31 | 0.18 | 339.21 | 0.53 | 0.63 |
| Hex | D2 | 6D | 90 | 0 | 30 | 1F | 12 | 153 | 35 | 3F |
| Octal | 322 | 155 | 220 | 0 | 60 | 37 | 22 | 523 | 65 | 77 |
| Binary | 11010010 | 1101101 | 10010000 | 0 | 110000 | 11111 | 10010 | 101010011 | 110101 | 111111 |
Color Harmonies of #D26D90
Complementary color
Monochromatic Colors of #D26D90
Black with #D26D90
Text Example
Text Example
White with #D26D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D90; }
p { color: rgb(210,109,144); }
H1.HeaderClassName
{
color: #D26D90;
}
.AnyTagClassName
{
color: #D26D90;
}
</style>
background-color css
<style>
a { background-color: #D26D90; }
a { background-color: rgb(210,109,144); }
div.DivClassName
{
background-color: #D26D90;
}
.BgClassName
{
background-color: #D26D90;
}
</style>
border-color css
<style>
span { border-color: #D26D90; }
span { border-color: rgb(210,109,144); }
td.TdClassName
{
border-color: #D26D90;
}
.TagClassName
{
border-color: #D26D90;
}
</style>