Shades of Hopbush #D27091
Tints of Hopbush #D27091
RGB
CMYK
RGB Variations
Color information
#D27091 (or 0xD27091) is known color: Hopbush. HEX triplet: D2, 70 and 91. RGB value is (210,112,145). Sum of RGB (Red+Green+Blue) = 210+112+145=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D27091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27091 is #2D8F6E. Grayscale: #919191. Windows color (decimal): -2985839 or 9531602. OLE color: 9531602.
HSL color Cylindrical-coordinate representation of color #D27091: hue angle of 339.8º 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 #D27091 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 145 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.18 |
| HSL | 339.8º | 0.52% | 0.63% | - |
| HSV(B) | 339.8º | 0.47% | 0.82% | - |
| XYZ | 37.48 | 27.33 | 30.09 | - |
| YUV | 145.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 145 | 0 | 0.47 | 0.31 | 0.18 | 339.8 | 0.52 | 0.63 |
| Hex | D2 | 70 | 91 | 0 | 2F | 1F | 12 | 154 | 34 | 3F |
| Octal | 322 | 160 | 221 | 0 | 57 | 37 | 22 | 524 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10010001 | 0 | 101111 | 11111 | 10010 | 101010100 | 110100 | 111111 |
Color Harmonies of #D27091
Complementary color
Monochromatic Colors of #D27091
Black with #D27091
Text Example
Text Example
White with #D27091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27091; }
p { color: rgb(210,112,145); }
H1.HeaderClassName
{
color: #D27091;
}
.AnyTagClassName
{
color: #D27091;
}
</style>
background-color css
<style>
a { background-color: #D27091; }
a { background-color: rgb(210,112,145); }
div.DivClassName
{
background-color: #D27091;
}
.BgClassName
{
background-color: #D27091;
}
</style>
border-color css
<style>
span { border-color: #D27091; }
span { border-color: rgb(210,112,145); }
td.TdClassName
{
border-color: #D27091;
}
.TagClassName
{
border-color: #D27091;
}
</style>