Shades of Hopbush #D27094
Tints of Hopbush #D27094
RGB
CMYK
RGB Variations
Color information
#D27094 (or 0xD27094) is known color: Hopbush. HEX triplet: D2, 70 and 94. RGB value is (210,112,148). Sum of RGB (Red+Green+Blue) = 210+112+148=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D27094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27094 is #2D8F6B. Grayscale: #919191. Windows color (decimal): -2985836 or 9728210. OLE color: 9728210.
HSL color Cylindrical-coordinate representation of color #D27094: hue angle of 337.96º 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 #D27094 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 148 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.18 |
| HSL | 337.96º | 0.52% | 0.63% | - |
| HSV(B) | 337.96º | 0.47% | 0.82% | - |
| XYZ | 37.72 | 27.43 | 31.32 | - |
| YUV | 145.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 148 | 0 | 0.47 | 0.30 | 0.18 | 337.96 | 0.52 | 0.63 |
| Hex | D2 | 70 | 94 | 0 | 2F | 1E | 12 | 152 | 34 | 3F |
| Octal | 322 | 160 | 224 | 0 | 57 | 36 | 22 | 522 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10010100 | 0 | 101111 | 11110 | 10010 | 101010010 | 110100 | 111111 |
Color Harmonies of #D27094
Complementary color
Monochromatic Colors of #D27094
Black with #D27094
Text Example
Text Example
White with #D27094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27094; }
p { color: rgb(210,112,148); }
H1.HeaderClassName
{
color: #D27094;
}
.AnyTagClassName
{
color: #D27094;
}
</style>
background-color css
<style>
a { background-color: #D27094; }
a { background-color: rgb(210,112,148); }
div.DivClassName
{
background-color: #D27094;
}
.BgClassName
{
background-color: #D27094;
}
</style>
border-color css
<style>
span { border-color: #D27094; }
span { border-color: rgb(210,112,148); }
td.TdClassName
{
border-color: #D27094;
}
.TagClassName
{
border-color: #D27094;
}
</style>