Shades of Hopbush #D27098
Tints of Hopbush #D27098
RGB
CMYK
RGB Variations
Color information
#D27098 (or 0xD27098) is known color: Hopbush. HEX triplet: D2, 70 and 98. RGB value is (210,112,152). Sum of RGB (Red+Green+Blue) = 210+112+152=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D27098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27098 is #2D8F67. Grayscale: #919191. Windows color (decimal): -2985832 or 9990354. OLE color: 9990354.
HSL color Cylindrical-coordinate representation of color #D27098: hue angle of 335.51º 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 #D27098 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 152 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.18 |
| HSL | 335.51º | 0.52% | 0.63% | - |
| HSV(B) | 335.51º | 0.47% | 0.82% | - |
| XYZ | 38.04 | 27.56 | 33.02 | - |
| YUV | 145.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 152 | 0 | 0.47 | 0.28 | 0.18 | 335.51 | 0.52 | 0.63 |
| Hex | D2 | 70 | 98 | 0 | 2F | 1C | 12 | 150 | 34 | 3F |
| Octal | 322 | 160 | 230 | 0 | 57 | 34 | 22 | 520 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10011000 | 0 | 101111 | 11100 | 10010 | 101010000 | 110100 | 111111 |
Color Harmonies of #D27098
Complementary color
Monochromatic Colors of #D27098
Black with #D27098
Text Example
Text Example
White with #D27098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27098; }
p { color: rgb(210,112,152); }
H1.HeaderClassName
{
color: #D27098;
}
.AnyTagClassName
{
color: #D27098;
}
</style>
background-color css
<style>
a { background-color: #D27098; }
a { background-color: rgb(210,112,152); }
div.DivClassName
{
background-color: #D27098;
}
.BgClassName
{
background-color: #D27098;
}
</style>
border-color css
<style>
span { border-color: #D27098; }
span { border-color: rgb(210,112,152); }
td.TdClassName
{
border-color: #D27098;
}
.TagClassName
{
border-color: #D27098;
}
</style>