Shades of Hopbush #D06497
Tints of Hopbush #D06497
RGB
CMYK
RGB Variations
Color information
#D06497 (or 0xD06497) is known color: Hopbush. HEX triplet: D0, 64 and 97. RGB value is (208,100,151). Sum of RGB (Red+Green+Blue) = 208+100+151=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D06497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06497 is #2F9B68. Grayscale: #8A8A8A. Windows color (decimal): -3119977 or 9921744. OLE color: 9921744.
HSL color Cylindrical-coordinate representation of color #D06497: hue angle of 331.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06497 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 151 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.18 |
| HSL | 331.67º | 0.53% | 0.6% | - |
| HSV(B) | 331.67º | 0.52% | 0.82% | - |
| XYZ | 36.16 | 24.76 | 32.15 | - |
| YUV | 138.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 151 | 0 | 0.52 | 0.27 | 0.18 | 331.67 | 0.53 | 0.6 |
| Hex | D0 | 64 | 97 | 0 | 34 | 1B | 12 | 14C | 35 | 3C |
| Octal | 320 | 144 | 227 | 0 | 64 | 33 | 22 | 514 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10010111 | 0 | 110100 | 11011 | 10010 | 101001100 | 110101 | 111100 |
Color Harmonies of #D06497
Complementary color
Monochromatic Colors of #D06497
Black with #D06497
Text Example
Text Example
White with #D06497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06497; }
p { color: rgb(208,100,151); }
H1.HeaderClassName
{
color: #D06497;
}
.AnyTagClassName
{
color: #D06497;
}
</style>
background-color css
<style>
a { background-color: #D06497; }
a { background-color: rgb(208,100,151); }
div.DivClassName
{
background-color: #D06497;
}
.BgClassName
{
background-color: #D06497;
}
</style>
border-color css
<style>
span { border-color: #D06497; }
span { border-color: rgb(208,100,151); }
td.TdClassName
{
border-color: #D06497;
}
.TagClassName
{
border-color: #D06497;
}
</style>