Shades of Hopbush #D27DA8
Tints of Hopbush #D27DA8
RGB
CMYK
RGB Variations
Color information
#D27DA8 (or 0xD27DA8) is known color: Hopbush. HEX triplet: D2, 7D and A8. RGB value is (210,125,168). Sum of RGB (Red+Green+Blue) = 210+125+168=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27DA8 is #2D8257. Grayscale: #9B9B9B. Windows color (decimal): -2982488 or 11042258. OLE color: 11042258.
HSL color Cylindrical-coordinate representation of color #D27DA8: hue angle of 329.65º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27DA8 is Cyan = 0, Magento = 0.40, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 168 | - |
| CMYK | 0 | 0.40 | 0.2 | 0.18 |
| HSL | 329.65º | 0.49% | 0.66% | - |
| HSV(B) | 329.65º | 0.4% | 0.82% | - |
| XYZ | 40.98 | 31.2 | 40.91 | - |
| YUV | 155.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 168 | 0 | 0.40 | 0.2 | 0.18 | 329.65 | 0.49 | 0.66 |
| Hex | D2 | 7D | A8 | 0 | 28 | 14 | 12 | 14A | 31 | 42 |
| Octal | 322 | 175 | 250 | 0 | 50 | 24 | 22 | 512 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10101000 | 0 | 101000 | 10100 | 10010 | 101001010 | 110001 | 1000010 |
Color Harmonies of #D27DA8
Complementary color
Monochromatic Colors of #D27DA8
Black with #D27DA8
Text Example
Text Example
White with #D27DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DA8; }
p { color: rgb(210,125,168); }
H1.HeaderClassName
{
color: #D27DA8;
}
.AnyTagClassName
{
color: #D27DA8;
}
</style>
background-color css
<style>
a { background-color: #D27DA8; }
a { background-color: rgb(210,125,168); }
div.DivClassName
{
background-color: #D27DA8;
}
.BgClassName
{
background-color: #D27DA8;
}
</style>
border-color css
<style>
span { border-color: #D27DA8; }
span { border-color: rgb(210,125,168); }
td.TdClassName
{
border-color: #D27DA8;
}
.TagClassName
{
border-color: #D27DA8;
}
</style>