Shades of Hopbush #D27AA5
Tints of Hopbush #D27AA5
RGB
CMYK
RGB Variations
Color information
#D27AA5 (or 0xD27AA5) is known color: Hopbush. HEX triplet: D2, 7A and A5. RGB value is (210,122,165). Sum of RGB (Red+Green+Blue) = 210+122+165=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27AA5 is #2D855A. Grayscale: #999999. Windows color (decimal): -2983259 or 10844882. OLE color: 10844882.
HSL color Cylindrical-coordinate representation of color #D27AA5: hue angle of 330.68º 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 #D27AA5 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 165 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.18 |
| HSL | 330.68º | 0.49% | 0.65% | - |
| HSV(B) | 330.68º | 0.42% | 0.82% | - |
| XYZ | 40.33 | 30.34 | 39.33 | - |
| YUV | 153.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 165 | 0 | 0.42 | 0.21 | 0.18 | 330.68 | 0.49 | 0.65 |
| Hex | D2 | 7A | A5 | 0 | 2A | 15 | 12 | 14B | 31 | 41 |
| Octal | 322 | 172 | 245 | 0 | 52 | 25 | 22 | 513 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10100101 | 0 | 101010 | 10101 | 10010 | 101001011 | 110001 | 1000001 |
Color Harmonies of #D27AA5
Complementary color
Monochromatic Colors of #D27AA5
Black with #D27AA5
Text Example
Text Example
White with #D27AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AA5; }
p { color: rgb(210,122,165); }
H1.HeaderClassName
{
color: #D27AA5;
}
.AnyTagClassName
{
color: #D27AA5;
}
</style>
background-color css
<style>
a { background-color: #D27AA5; }
a { background-color: rgb(210,122,165); }
div.DivClassName
{
background-color: #D27AA5;
}
.BgClassName
{
background-color: #D27AA5;
}
</style>
border-color css
<style>
span { border-color: #D27AA5; }
span { border-color: rgb(210,122,165); }
td.TdClassName
{
border-color: #D27AA5;
}
.TagClassName
{
border-color: #D27AA5;
}
</style>