Shades of Hopbush #D27099
Tints of Hopbush #D27099
RGB
CMYK
RGB Variations
Color information
#D27099 (or 0xD27099) is known color: Hopbush. HEX triplet: D2, 70 and 99. RGB value is (210,112,153). Sum of RGB (Red+Green+Blue) = 210+112+153=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D27099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27099 is #2D8F66. Grayscale: #919191. Windows color (decimal): -2985831 or 10055890. OLE color: 10055890.
HSL color Cylindrical-coordinate representation of color #D27099: hue angle of 334.9º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27099 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 153 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.18 |
| HSL | 334.9º | 0.52% | 0.63% | - |
| HSV(B) | 334.9º | 0.47% | 0.82% | - |
| XYZ | 38.12 | 27.59 | 33.45 | - |
| YUV | 145.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 153 | 0 | 0.47 | 0.27 | 0.18 | 334.9 | 0.52 | 0.63 |
| Hex | D2 | 70 | 99 | 0 | 2F | 1B | 12 | 14F | 34 | 3F |
| Octal | 322 | 160 | 231 | 0 | 57 | 33 | 22 | 517 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10011001 | 0 | 101111 | 11011 | 10010 | 101001111 | 110100 | 111111 |
Color Harmonies of #D27099
Complementary color
Monochromatic Colors of #D27099
Black with #D27099
Text Example
Text Example
White with #D27099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27099; }
p { color: rgb(210,112,153); }
H1.HeaderClassName
{
color: #D27099;
}
.AnyTagClassName
{
color: #D27099;
}
</style>
background-color css
<style>
a { background-color: #D27099; }
a { background-color: rgb(210,112,153); }
div.DivClassName
{
background-color: #D27099;
}
.BgClassName
{
background-color: #D27099;
}
</style>
border-color css
<style>
span { border-color: #D27099; }
span { border-color: rgb(210,112,153); }
td.TdClassName
{
border-color: #D27099;
}
.TagClassName
{
border-color: #D27099;
}
</style>