Shades of Hopbush #D27AA8
Tints of Hopbush #D27AA8
RGB
CMYK
RGB Variations
Color information
#D27AA8 (or 0xD27AA8) is known color: Hopbush. HEX triplet: D2, 7A and A8. RGB value is (210,122,168). Sum of RGB (Red+Green+Blue) = 210+122+168=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27AA8 is #2D8557. Grayscale: #999999. Windows color (decimal): -2983256 or 11041490. OLE color: 11041490.
HSL color Cylindrical-coordinate representation of color #D27AA8: hue angle of 328.64º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27AA8 is Cyan = 0, Magento = 0.42, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 168 | - |
| CMYK | 0 | 0.42 | 0.2 | 0.18 |
| HSL | 328.64º | 0.49% | 0.65% | - |
| HSV(B) | 328.64º | 0.42% | 0.82% | - |
| XYZ | 40.61 | 30.45 | 40.78 | - |
| YUV | 153.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 168 | 0 | 0.42 | 0.2 | 0.18 | 328.64 | 0.49 | 0.65 |
| Hex | D2 | 7A | A8 | 0 | 2A | 14 | 12 | 149 | 31 | 41 |
| Octal | 322 | 172 | 250 | 0 | 52 | 24 | 22 | 511 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10101000 | 0 | 101010 | 10100 | 10010 | 101001001 | 110001 | 1000001 |
Color Harmonies of #D27AA8
Complementary color
Monochromatic Colors of #D27AA8
Black with #D27AA8
Text Example
Text Example
White with #D27AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AA8; }
p { color: rgb(210,122,168); }
H1.HeaderClassName
{
color: #D27AA8;
}
.AnyTagClassName
{
color: #D27AA8;
}
</style>
background-color css
<style>
a { background-color: #D27AA8; }
a { background-color: rgb(210,122,168); }
div.DivClassName
{
background-color: #D27AA8;
}
.BgClassName
{
background-color: #D27AA8;
}
</style>
border-color css
<style>
span { border-color: #D27AA8; }
span { border-color: rgb(210,122,168); }
td.TdClassName
{
border-color: #D27AA8;
}
.TagClassName
{
border-color: #D27AA8;
}
</style>