Shades of Hopbush #D0649D
Tints of Hopbush #D0649D
RGB
CMYK
RGB Variations
Color information
#D0649D (or 0xD0649D) is known color: Hopbush. HEX triplet: D0, 64 and 9D. RGB value is (208,100,157). Sum of RGB (Red+Green+Blue) = 208+100+157=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0649D is #2F9B62. Grayscale: #8A8A8A. Windows color (decimal): -3119971 or 10314960. OLE color: 10314960.
HSL color Cylindrical-coordinate representation of color #D0649D: hue angle of 328.33º 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 #D0649D is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 157 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.18 |
| HSL | 328.33º | 0.53% | 0.6% | - |
| HSV(B) | 328.33º | 0.52% | 0.82% | - |
| XYZ | 36.66 | 24.96 | 34.78 | - |
| YUV | 138.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 157 | 0 | 0.52 | 0.25 | 0.18 | 328.33 | 0.53 | 0.6 |
| Hex | D0 | 64 | 9D | 0 | 34 | 19 | 12 | 148 | 35 | 3C |
| Octal | 320 | 144 | 235 | 0 | 64 | 31 | 22 | 510 | 65 | 74 |
| Binary | 11010000 | 1100100 | 10011101 | 0 | 110100 | 11001 | 10010 | 101001000 | 110101 | 111100 |
Color Harmonies of #D0649D
Complementary color
Monochromatic Colors of #D0649D
Black with #D0649D
Text Example
Text Example
White with #D0649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0649D; }
p { color: rgb(208,100,157); }
H1.HeaderClassName
{
color: #D0649D;
}
.AnyTagClassName
{
color: #D0649D;
}
</style>
background-color css
<style>
a { background-color: #D0649D; }
a { background-color: rgb(208,100,157); }
div.DivClassName
{
background-color: #D0649D;
}
.BgClassName
{
background-color: #D0649D;
}
</style>
border-color css
<style>
span { border-color: #D0649D; }
span { border-color: rgb(208,100,157); }
td.TdClassName
{
border-color: #D0649D;
}
.TagClassName
{
border-color: #D0649D;
}
</style>