Shades of Hopbush #D27097
Tints of Hopbush #D27097
RGB
CMYK
RGB Variations
Color information
#D27097 (or 0xD27097) is known color: Hopbush. HEX triplet: D2, 70 and 97. RGB value is (210,112,151). Sum of RGB (Red+Green+Blue) = 210+112+151=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D27097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27097 is #2D8F68. Grayscale: #919191. Windows color (decimal): -2985833 or 9924818. OLE color: 9924818.
HSL color Cylindrical-coordinate representation of color #D27097: hue angle of 336.12º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27097 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 151 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.18 |
| HSL | 336.12º | 0.52% | 0.63% | - |
| HSV(B) | 336.12º | 0.47% | 0.82% | - |
| XYZ | 37.96 | 27.52 | 32.59 | - |
| YUV | 145.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 151 | 0 | 0.47 | 0.28 | 0.18 | 336.12 | 0.52 | 0.63 |
| Hex | D2 | 70 | 97 | 0 | 2F | 1C | 12 | 150 | 34 | 3F |
| Octal | 322 | 160 | 227 | 0 | 57 | 34 | 22 | 520 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10010111 | 0 | 101111 | 11100 | 10010 | 101010000 | 110100 | 111111 |
Color Harmonies of #D27097
Complementary color
Monochromatic Colors of #D27097
Black with #D27097
Text Example
Text Example
White with #D27097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27097; }
p { color: rgb(210,112,151); }
H1.HeaderClassName
{
color: #D27097;
}
.AnyTagClassName
{
color: #D27097;
}
</style>
background-color css
<style>
a { background-color: #D27097; }
a { background-color: rgb(210,112,151); }
div.DivClassName
{
background-color: #D27097;
}
.BgClassName
{
background-color: #D27097;
}
</style>
border-color css
<style>
span { border-color: #D27097; }
span { border-color: rgb(210,112,151); }
td.TdClassName
{
border-color: #D27097;
}
.TagClassName
{
border-color: #D27097;
}
</style>