Shades of Hopbush #D27294
Tints of Hopbush #D27294
RGB
CMYK
RGB Variations
Color information
#D27294 (or 0xD27294) is known color: Hopbush. HEX triplet: D2, 72 and 94. RGB value is (210,114,148). Sum of RGB (Red+Green+Blue) = 210+114+148=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D27294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27294 is #2D8D6B. Grayscale: #929292. Windows color (decimal): -2985324 or 9728722. OLE color: 9728722.
HSL color Cylindrical-coordinate representation of color #D27294: hue angle of 338.75º 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 #D27294 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 148 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.18 |
| HSL | 338.75º | 0.52% | 0.64% | - |
| HSV(B) | 338.75º | 0.46% | 0.82% | - |
| XYZ | 37.94 | 27.87 | 31.4 | - |
| YUV | 146.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 148 | 0 | 0.46 | 0.30 | 0.18 | 338.75 | 0.52 | 0.64 |
| Hex | D2 | 72 | 94 | 0 | 2E | 1E | 12 | 153 | 34 | 40 |
| Octal | 322 | 162 | 224 | 0 | 56 | 36 | 22 | 523 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10010100 | 0 | 101110 | 11110 | 10010 | 101010011 | 110100 | 1000000 |
Color Harmonies of #D27294
Complementary color
Monochromatic Colors of #D27294
Black with #D27294
Text Example
Text Example
White with #D27294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27294; }
p { color: rgb(210,114,148); }
H1.HeaderClassName
{
color: #D27294;
}
.AnyTagClassName
{
color: #D27294;
}
</style>
background-color css
<style>
a { background-color: #D27294; }
a { background-color: rgb(210,114,148); }
div.DivClassName
{
background-color: #D27294;
}
.BgClassName
{
background-color: #D27294;
}
</style>
border-color css
<style>
span { border-color: #D27294; }
span { border-color: rgb(210,114,148); }
td.TdClassName
{
border-color: #D27294;
}
.TagClassName
{
border-color: #D27294;
}
</style>