Shades of Hopbush #D27AA7
Tints of Hopbush #D27AA7
RGB
CMYK
RGB Variations
Color information
#D27AA7 (or 0xD27AA7) is known color: Hopbush. HEX triplet: D2, 7A and A7. RGB value is (210,122,167). Sum of RGB (Red+Green+Blue) = 210+122+167=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27AA7 is #2D8558. Grayscale: #999999. Windows color (decimal): -2983257 or 10975954. OLE color: 10975954.
HSL color Cylindrical-coordinate representation of color #D27AA7: hue angle of 329.32º 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 #D27AA7 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 167 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.18 |
| HSL | 329.32º | 0.49% | 0.65% | - |
| HSV(B) | 329.32º | 0.42% | 0.82% | - |
| XYZ | 40.51 | 30.41 | 40.29 | - |
| YUV | 153.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 167 | 0 | 0.42 | 0.20 | 0.18 | 329.32 | 0.49 | 0.65 |
| Hex | D2 | 7A | A7 | 0 | 2A | 14 | 12 | 149 | 31 | 41 |
| Octal | 322 | 172 | 247 | 0 | 52 | 24 | 22 | 511 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10100111 | 0 | 101010 | 10100 | 10010 | 101001001 | 110001 | 1000001 |
Color Harmonies of #D27AA7
Complementary color
Monochromatic Colors of #D27AA7
Black with #D27AA7
Text Example
Text Example
White with #D27AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AA7; }
p { color: rgb(210,122,167); }
H1.HeaderClassName
{
color: #D27AA7;
}
.AnyTagClassName
{
color: #D27AA7;
}
</style>
background-color css
<style>
a { background-color: #D27AA7; }
a { background-color: rgb(210,122,167); }
div.DivClassName
{
background-color: #D27AA7;
}
.BgClassName
{
background-color: #D27AA7;
}
</style>
border-color css
<style>
span { border-color: #D27AA7; }
span { border-color: rgb(210,122,167); }
td.TdClassName
{
border-color: #D27AA7;
}
.TagClassName
{
border-color: #D27AA7;
}
</style>