Shades of Hopbush #D27A9F
Tints of Hopbush #D27A9F
RGB
CMYK
RGB Variations
Color information
#D27A9F (or 0xD27A9F) is known color: Hopbush. HEX triplet: D2, 7A and 9F. RGB value is (210,122,159). Sum of RGB (Red+Green+Blue) = 210+122+159=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A9F is #2D8560. Grayscale: #989898. Windows color (decimal): -2983265 or 10451666. OLE color: 10451666.
HSL color Cylindrical-coordinate representation of color #D27A9F: hue angle of 334.77º 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 #D27A9F is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 159 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.18 |
| HSL | 334.77º | 0.49% | 0.65% | - |
| HSV(B) | 334.77º | 0.42% | 0.82% | - |
| XYZ | 39.8 | 30.12 | 36.52 | - |
| YUV | 152.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 159 | 0 | 0.42 | 0.24 | 0.18 | 334.77 | 0.49 | 0.65 |
| Hex | D2 | 7A | 9F | 0 | 2A | 18 | 12 | 14F | 31 | 41 |
| Octal | 322 | 172 | 237 | 0 | 52 | 30 | 22 | 517 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10011111 | 0 | 101010 | 11000 | 10010 | 101001111 | 110001 | 1000001 |
Color Harmonies of #D27A9F
Complementary color
Monochromatic Colors of #D27A9F
Black with #D27A9F
Text Example
Text Example
White with #D27A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A9F; }
p { color: rgb(210,122,159); }
H1.HeaderClassName
{
color: #D27A9F;
}
.AnyTagClassName
{
color: #D27A9F;
}
</style>
background-color css
<style>
a { background-color: #D27A9F; }
a { background-color: rgb(210,122,159); }
div.DivClassName
{
background-color: #D27A9F;
}
.BgClassName
{
background-color: #D27A9F;
}
</style>
border-color css
<style>
span { border-color: #D27A9F; }
span { border-color: rgb(210,122,159); }
td.TdClassName
{
border-color: #D27A9F;
}
.TagClassName
{
border-color: #D27A9F;
}
</style>