Shades of Hopbush #D27BA8
Tints of Hopbush #D27BA8
RGB
CMYK
RGB Variations
Color information
#D27BA8 (or 0xD27BA8) is known color: Hopbush. HEX triplet: D2, 7B and A8. RGB value is (210,123,168). Sum of RGB (Red+Green+Blue) = 210+123+168=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27BA8 is #2D8457. Grayscale: #9A9A9A. Windows color (decimal): -2983000 or 11041746. OLE color: 11041746.
HSL color Cylindrical-coordinate representation of color #D27BA8: hue angle of 328.97º 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 #D27BA8 is Cyan = 0, Magento = 0.41, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 168 | - |
| CMYK | 0 | 0.41 | 0.2 | 0.18 |
| HSL | 328.97º | 0.49% | 0.65% | - |
| HSV(B) | 328.97º | 0.41% | 0.82% | - |
| XYZ | 40.73 | 30.69 | 40.82 | - |
| YUV | 154.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 168 | 0 | 0.41 | 0.2 | 0.18 | 328.97 | 0.49 | 0.65 |
| Hex | D2 | 7B | A8 | 0 | 29 | 14 | 12 | 149 | 31 | 41 |
| Octal | 322 | 173 | 250 | 0 | 51 | 24 | 22 | 511 | 61 | 101 |
| Binary | 11010010 | 1111011 | 10101000 | 0 | 101001 | 10100 | 10010 | 101001001 | 110001 | 1000001 |
Color Harmonies of #D27BA8
Complementary color
Monochromatic Colors of #D27BA8
Black with #D27BA8
Text Example
Text Example
White with #D27BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27BA8; }
p { color: rgb(210,123,168); }
H1.HeaderClassName
{
color: #D27BA8;
}
.AnyTagClassName
{
color: #D27BA8;
}
</style>
background-color css
<style>
a { background-color: #D27BA8; }
a { background-color: rgb(210,123,168); }
div.DivClassName
{
background-color: #D27BA8;
}
.BgClassName
{
background-color: #D27BA8;
}
</style>
border-color css
<style>
span { border-color: #D27BA8; }
span { border-color: rgb(210,123,168); }
td.TdClassName
{
border-color: #D27BA8;
}
.TagClassName
{
border-color: #D27BA8;
}
</style>