Shades of Hopbush #D27AAC
Tints of Hopbush #D27AAC
RGB
CMYK
RGB Variations
Color information
#D27AAC (or 0xD27AAC) is known color: Hopbush. HEX triplet: D2, 7A and AC. RGB value is (210,122,172). Sum of RGB (Red+Green+Blue) = 210+122+172=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27AAC is #2D8553. Grayscale: #999999. Windows color (decimal): -2983252 or 11303634. OLE color: 11303634.
HSL color Cylindrical-coordinate representation of color #D27AAC: hue angle of 325.91º 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 #D27AAC is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 172 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.18 |
| HSL | 325.91º | 0.49% | 0.65% | - |
| HSV(B) | 325.91º | 0.42% | 0.82% | - |
| XYZ | 40.98 | 30.6 | 42.78 | - |
| YUV | 154.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 172 | 0 | 0.42 | 0.18 | 0.18 | 325.91 | 0.49 | 0.65 |
| Hex | D2 | 7A | AC | 0 | 2A | 12 | 12 | 146 | 31 | 41 |
| Octal | 322 | 172 | 254 | 0 | 52 | 22 | 22 | 506 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10101100 | 0 | 101010 | 10010 | 10010 | 101000110 | 110001 | 1000001 |
Color Harmonies of #D27AAC
Complementary color
Monochromatic Colors of #D27AAC
Black with #D27AAC
Text Example
Text Example
White with #D27AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AAC; }
p { color: rgb(210,122,172); }
H1.HeaderClassName
{
color: #D27AAC;
}
.AnyTagClassName
{
color: #D27AAC;
}
</style>
background-color css
<style>
a { background-color: #D27AAC; }
a { background-color: rgb(210,122,172); }
div.DivClassName
{
background-color: #D27AAC;
}
.BgClassName
{
background-color: #D27AAC;
}
</style>
border-color css
<style>
span { border-color: #D27AAC; }
span { border-color: rgb(210,122,172); }
td.TdClassName
{
border-color: #D27AAC;
}
.TagClassName
{
border-color: #D27AAC;
}
</style>