Shades of Hopbush #D27A9E
Tints of Hopbush #D27A9E
RGB
CMYK
RGB Variations
Color information
#D27A9E (or 0xD27A9E) is known color: Hopbush. HEX triplet: D2, 7A and 9E. RGB value is (210,122,158). Sum of RGB (Red+Green+Blue) = 210+122+158=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A9E is #2D8561. Grayscale: #989898. Windows color (decimal): -2983266 or 10386130. OLE color: 10386130.
HSL color Cylindrical-coordinate representation of color #D27A9E: hue angle of 335.45º 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 #D27A9E is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 158 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.18 |
| HSL | 335.45º | 0.49% | 0.65% | - |
| HSV(B) | 335.45º | 0.42% | 0.82% | - |
| XYZ | 39.71 | 30.09 | 36.06 | - |
| YUV | 152.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 158 | 0 | 0.42 | 0.25 | 0.18 | 335.45 | 0.49 | 0.65 |
| Hex | D2 | 7A | 9E | 0 | 2A | 19 | 12 | 14F | 31 | 41 |
| Octal | 322 | 172 | 236 | 0 | 52 | 31 | 22 | 517 | 61 | 101 |
| Binary | 11010010 | 1111010 | 10011110 | 0 | 101010 | 11001 | 10010 | 101001111 | 110001 | 1000001 |
Color Harmonies of #D27A9E
Complementary color
Monochromatic Colors of #D27A9E
Black with #D27A9E
Text Example
Text Example
White with #D27A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A9E; }
p { color: rgb(210,122,158); }
H1.HeaderClassName
{
color: #D27A9E;
}
.AnyTagClassName
{
color: #D27A9E;
}
</style>
background-color css
<style>
a { background-color: #D27A9E; }
a { background-color: rgb(210,122,158); }
div.DivClassName
{
background-color: #D27A9E;
}
.BgClassName
{
background-color: #D27A9E;
}
</style>
border-color css
<style>
span { border-color: #D27A9E; }
span { border-color: rgb(210,122,158); }
td.TdClassName
{
border-color: #D27A9E;
}
.TagClassName
{
border-color: #D27A9E;
}
</style>