Shades of Hopbush #D26995
Tints of Hopbush #D26995
RGB
CMYK
RGB Variations
Color information
#D26995 (or 0xD26995) is known color: Hopbush. HEX triplet: D2, 69 and 95. RGB value is (210,105,149). Sum of RGB (Red+Green+Blue) = 210+105+149=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D26995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26995 is #2D966A. Grayscale: #8D8D8D. Windows color (decimal): -2987627 or 9791954. OLE color: 9791954.
HSL color Cylindrical-coordinate representation of color #D26995: hue angle of 334.86º 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 #D26995 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 149 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.18 |
| HSL | 334.86º | 0.54% | 0.62% | - |
| HSV(B) | 334.86º | 0.5% | 0.82% | - |
| XYZ | 37.05 | 25.97 | 31.49 | - |
| YUV | 141.41 | 132.29 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 149 | 0 | 0.50 | 0.29 | 0.18 | 334.86 | 0.54 | 0.62 |
| Hex | D2 | 69 | 95 | 0 | 32 | 1D | 12 | 14F | 36 | 3E |
| Octal | 322 | 151 | 225 | 0 | 62 | 35 | 22 | 517 | 66 | 76 |
| Binary | 11010010 | 1101001 | 10010101 | 0 | 110010 | 11101 | 10010 | 101001111 | 110110 | 111110 |
Color Harmonies of #D26995
Complementary color
Monochromatic Colors of #D26995
Black with #D26995
Text Example
Text Example
White with #D26995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26995; }
p { color: rgb(210,105,149); }
H1.HeaderClassName
{
color: #D26995;
}
.AnyTagClassName
{
color: #D26995;
}
</style>
background-color css
<style>
a { background-color: #D26995; }
a { background-color: rgb(210,105,149); }
div.DivClassName
{
background-color: #D26995;
}
.BgClassName
{
background-color: #D26995;
}
</style>
border-color css
<style>
span { border-color: #D26995; }
span { border-color: rgb(210,105,149); }
td.TdClassName
{
border-color: #D26995;
}
.TagClassName
{
border-color: #D26995;
}
</style>