Shades of Hopbush #D26A90
Tints of Hopbush #D26A90
RGB
CMYK
RGB Variations
Color information
#D26A90 (or 0xD26A90) is known color: Hopbush. HEX triplet: D2, 6A and 90. RGB value is (210,106,144). Sum of RGB (Red+Green+Blue) = 210+106+144=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26A90 is #2D956F. Grayscale: #8D8D8D. Windows color (decimal): -2987376 or 9464530. OLE color: 9464530.
HSL color Cylindrical-coordinate representation of color #D26A90: hue angle of 338.08º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26A90 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 144 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.18 |
| HSL | 338.08º | 0.54% | 0.62% | - |
| HSV(B) | 338.08º | 0.5% | 0.82% | - |
| XYZ | 36.77 | 26.02 | 29.47 | - |
| YUV | 141.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 144 | 0 | 0.50 | 0.31 | 0.18 | 338.08 | 0.54 | 0.62 |
| Hex | D2 | 6A | 90 | 0 | 32 | 1F | 12 | 152 | 36 | 3E |
| Octal | 322 | 152 | 220 | 0 | 62 | 37 | 22 | 522 | 66 | 76 |
| Binary | 11010010 | 1101010 | 10010000 | 0 | 110010 | 11111 | 10010 | 101010010 | 110110 | 111110 |
Color Harmonies of #D26A90
Complementary color
Monochromatic Colors of #D26A90
Black with #D26A90
Text Example
Text Example
White with #D26A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A90; }
p { color: rgb(210,106,144); }
H1.HeaderClassName
{
color: #D26A90;
}
.AnyTagClassName
{
color: #D26A90;
}
</style>
background-color css
<style>
a { background-color: #D26A90; }
a { background-color: rgb(210,106,144); }
div.DivClassName
{
background-color: #D26A90;
}
.BgClassName
{
background-color: #D26A90;
}
</style>
border-color css
<style>
span { border-color: #D26A90; }
span { border-color: rgb(210,106,144); }
td.TdClassName
{
border-color: #D26A90;
}
.TagClassName
{
border-color: #D26A90;
}
</style>