Shades of Hopbush #D27295
Tints of Hopbush #D27295
RGB
CMYK
RGB Variations
Color information
#D27295 (or 0xD27295) is known color: Hopbush. HEX triplet: D2, 72 and 95. RGB value is (210,114,149). Sum of RGB (Red+Green+Blue) = 210+114+149=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D27295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27295 is #2D8D6A. Grayscale: #929292. Windows color (decimal): -2985323 or 9794258. OLE color: 9794258.
HSL color Cylindrical-coordinate representation of color #D27295: hue angle of 338.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27295 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 149 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.18 |
| HSL | 338.13º | 0.52% | 0.64% | - |
| HSV(B) | 338.13º | 0.46% | 0.82% | - |
| XYZ | 38.02 | 27.91 | 31.82 | - |
| YUV | 146.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 149 | 0 | 0.46 | 0.29 | 0.18 | 338.13 | 0.52 | 0.64 |
| Hex | D2 | 72 | 95 | 0 | 2E | 1D | 12 | 152 | 34 | 40 |
| Octal | 322 | 162 | 225 | 0 | 56 | 35 | 22 | 522 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10010101 | 0 | 101110 | 11101 | 10010 | 101010010 | 110100 | 1000000 |
Color Harmonies of #D27295
Complementary color
Monochromatic Colors of #D27295
Black with #D27295
Text Example
Text Example
White with #D27295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27295; }
p { color: rgb(210,114,149); }
H1.HeaderClassName
{
color: #D27295;
}
.AnyTagClassName
{
color: #D27295;
}
</style>
background-color css
<style>
a { background-color: #D27295; }
a { background-color: rgb(210,114,149); }
div.DivClassName
{
background-color: #D27295;
}
.BgClassName
{
background-color: #D27295;
}
</style>
border-color css
<style>
span { border-color: #D27295; }
span { border-color: rgb(210,114,149); }
td.TdClassName
{
border-color: #D27295;
}
.TagClassName
{
border-color: #D27295;
}
</style>