Shades of Hopbush #D6619D
Tints of Hopbush #D6619D
RGB
CMYK
RGB Variations
Color information
#D6619D (or 0xD6619D) is known color: Hopbush. HEX triplet: D6, 61 and 9D. RGB value is (214,97,157). Sum of RGB (Red+Green+Blue) = 214+97+157=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6619D is #299E62. Grayscale: #8A8A8A. Windows color (decimal): -2727523 or 10314198. OLE color: 10314198.
HSL color Cylindrical-coordinate representation of color #D6619D: hue angle of 329.23º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6619D is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 157 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.16 |
| HSL | 329.23º | 0.59% | 0.61% | - |
| HSV(B) | 329.23º | 0.55% | 0.84% | - |
| XYZ | 38.09 | 25.28 | 34.77 | - |
| YUV | 138.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 157 | 0 | 0.55 | 0.27 | 0.16 | 329.23 | 0.59 | 0.61 |
| Hex | D6 | 61 | 9D | 0 | 37 | 1B | 10 | 149 | 3B | 3D |
| Octal | 326 | 141 | 235 | 0 | 67 | 33 | 20 | 511 | 73 | 75 |
| Binary | 11010110 | 1100001 | 10011101 | 0 | 110111 | 11011 | 10000 | 101001001 | 111011 | 111101 |
Color Harmonies of #D6619D
Complementary color
Monochromatic Colors of #D6619D
Black with #D6619D
Text Example
Text Example
White with #D6619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6619D; }
p { color: rgb(214,97,157); }
H1.HeaderClassName
{
color: #D6619D;
}
.AnyTagClassName
{
color: #D6619D;
}
</style>
background-color css
<style>
a { background-color: #D6619D; }
a { background-color: rgb(214,97,157); }
div.DivClassName
{
background-color: #D6619D;
}
.BgClassName
{
background-color: #D6619D;
}
</style>
border-color css
<style>
span { border-color: #D6619D; }
span { border-color: rgb(214,97,157); }
td.TdClassName
{
border-color: #D6619D;
}
.TagClassName
{
border-color: #D6619D;
}
</style>