Shades of Hopbush #D06495
Tints of Hopbush #D06495
RGB
CMYK
RGB Variations
Color information
#D06495 (or 0xD06495) is known color: Hopbush. HEX triplet: D0, 64 and 95. RGB value is (208,100,149). Sum of RGB (Red+Green+Blue) = 208+100+149=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D06495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06495 is #2F9B6A. Grayscale: #898989. Windows color (decimal): -3119979 or 9790672. OLE color: 9790672.
HSL color Cylindrical-coordinate representation of color #D06495: hue angle of 332.78º 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 #D06495 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 149 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.18 |
| HSL | 332.78º | 0.53% | 0.6% | - |
| HSV(B) | 332.78º | 0.52% | 0.82% | - |
| XYZ | 35.99 | 24.69 | 31.3 | - |
| YUV | 137.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 149 | 0 | 0.52 | 0.28 | 0.18 | 332.78 | 0.53 | 0.6 |
| Hex | D0 | 64 | 95 | 0 | 34 | 1C | 12 | 14D | 35 | 3C |
| Octal | 320 | 144 | 225 | 0 | 64 | 34 | 22 | 515 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10010101 | 0 | 110100 | 11100 | 10010 | 101001101 | 110101 | 111100 |
Color Harmonies of #D06495
Complementary color
Monochromatic Colors of #D06495
Black with #D06495
Text Example
Text Example
White with #D06495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06495; }
p { color: rgb(208,100,149); }
H1.HeaderClassName
{
color: #D06495;
}
.AnyTagClassName
{
color: #D06495;
}
</style>
background-color css
<style>
a { background-color: #D06495; }
a { background-color: rgb(208,100,149); }
div.DivClassName
{
background-color: #D06495;
}
.BgClassName
{
background-color: #D06495;
}
</style>
border-color css
<style>
span { border-color: #D06495; }
span { border-color: rgb(208,100,149); }
td.TdClassName
{
border-color: #D06495;
}
.TagClassName
{
border-color: #D06495;
}
</style>