Shades of Hopbush #D27BAB
Tints of Hopbush #D27BAB
RGB
CMYK
RGB Variations
Color information
#D27BAB (or 0xD27BAB) is known color: Hopbush. HEX triplet: D2, 7B and AB. RGB value is (210,123,171). Sum of RGB (Red+Green+Blue) = 210+123+171=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27BAB is #2D8454. Grayscale: #9A9A9A. Windows color (decimal): -2982997 or 11238354. OLE color: 11238354.
HSL color Cylindrical-coordinate representation of color #D27BAB: hue angle of 326.9º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27BAB is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 171 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.18 |
| HSL | 326.9º | 0.49% | 0.65% | - |
| HSV(B) | 326.9º | 0.41% | 0.82% | - |
| XYZ | 41.01 | 30.81 | 42.31 | - |
| YUV | 154.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 171 | 0 | 0.41 | 0.19 | 0.18 | 326.9 | 0.49 | 0.65 |
| Hex | D2 | 7B | AB | 0 | 29 | 13 | 12 | 147 | 31 | 41 |
| Octal | 322 | 173 | 253 | 0 | 51 | 23 | 22 | 507 | 61 | 101 |
| Binary | 11010010 | 1111011 | 10101011 | 0 | 101001 | 10011 | 10010 | 101000111 | 110001 | 1000001 |
Color Harmonies of #D27BAB
Complementary color
Monochromatic Colors of #D27BAB
Black with #D27BAB
Text Example
Text Example
White with #D27BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27BAB; }
p { color: rgb(210,123,171); }
H1.HeaderClassName
{
color: #D27BAB;
}
.AnyTagClassName
{
color: #D27BAB;
}
</style>
background-color css
<style>
a { background-color: #D27BAB; }
a { background-color: rgb(210,123,171); }
div.DivClassName
{
background-color: #D27BAB;
}
.BgClassName
{
background-color: #D27BAB;
}
</style>
border-color css
<style>
span { border-color: #D27BAB; }
span { border-color: rgb(210,123,171); }
td.TdClassName
{
border-color: #D27BAB;
}
.TagClassName
{
border-color: #D27BAB;
}
</style>