Shades of Hopbush #D27AB2
Tints of Hopbush #D27AB2
RGB
CMYK
RGB Variations
Color information
#D27AB2 (or 0xD27AB2) is known color: Hopbush. HEX triplet: D2, 7A and B2. RGB value is (210,122,178). Sum of RGB (Red+Green+Blue) = 210+122+178=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D27AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27AB2 is #2D854D. Grayscale: #9A9A9A. Windows color (decimal): -2983246 or 11696850. OLE color: 11696850.
HSL color Cylindrical-coordinate representation of color #D27AB2: hue angle of 321.82º 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 #D27AB2 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 178 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.18 |
| HSL | 321.82º | 0.49% | 0.65% | - |
| HSV(B) | 321.82º | 0.42% | 0.82% | - |
| XYZ | 41.57 | 30.84 | 45.88 | - |
| YUV | 154.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 178 | 0 | 0.42 | 0.15 | 0.18 | 321.82 | 0.49 | 0.65 |
| Hex | D2 | 7A | B2 | 0 | 2A | F | 12 | 142 | 31 | 41 |
| Octal | 322 | 172 | 262 | 0 | 52 | 17 | 22 | 502 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10110010 | 0 | 101010 | 1111 | 10010 | 101000010 | 110001 | 1000001 |
Color Harmonies of #D27AB2
Complementary color
Monochromatic Colors of #D27AB2
Black with #D27AB2
Text Example
Text Example
White with #D27AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AB2; }
p { color: rgb(210,122,178); }
H1.HeaderClassName
{
color: #D27AB2;
}
.AnyTagClassName
{
color: #D27AB2;
}
</style>
background-color css
<style>
a { background-color: #D27AB2; }
a { background-color: rgb(210,122,178); }
div.DivClassName
{
background-color: #D27AB2;
}
.BgClassName
{
background-color: #D27AB2;
}
</style>
border-color css
<style>
span { border-color: #D27AB2; }
span { border-color: rgb(210,122,178); }
td.TdClassName
{
border-color: #D27AB2;
}
.TagClassName
{
border-color: #D27AB2;
}
</style>