Shades of Hopbush #D6619B
Tints of Hopbush #D6619B
RGB
CMYK
RGB Variations
Color information
#D6619B (or 0xD6619B) is known color: Hopbush. HEX triplet: D6, 61 and 9B. RGB value is (214,97,155). Sum of RGB (Red+Green+Blue) = 214+97+155=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6619B is #299E64. Grayscale: #8A8A8A. Windows color (decimal): -2727525 or 10183126. OLE color: 10183126.
HSL color Cylindrical-coordinate representation of color #D6619B: hue angle of 330.26º 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 #D6619B is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 155 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.16 |
| HSL | 330.26º | 0.59% | 0.61% | - |
| HSV(B) | 330.26º | 0.55% | 0.84% | - |
| XYZ | 37.92 | 25.21 | 33.88 | - |
| YUV | 138.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 155 | 0 | 0.55 | 0.28 | 0.16 | 330.26 | 0.59 | 0.61 |
| Hex | D6 | 61 | 9B | 0 | 37 | 1C | 10 | 14A | 3B | 3D |
| Octal | 326 | 141 | 233 | 0 | 67 | 34 | 20 | 512 | 73 | 75 |
| Binary | 11010110 | 1100001 | 10011011 | 0 | 110111 | 11100 | 10000 | 101001010 | 111011 | 111101 |
Color Harmonies of #D6619B
Complementary color
Monochromatic Colors of #D6619B
Black with #D6619B
Text Example
Text Example
White with #D6619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6619B; }
p { color: rgb(214,97,155); }
H1.HeaderClassName
{
color: #D6619B;
}
.AnyTagClassName
{
color: #D6619B;
}
</style>
background-color css
<style>
a { background-color: #D6619B; }
a { background-color: rgb(214,97,155); }
div.DivClassName
{
background-color: #D6619B;
}
.BgClassName
{
background-color: #D6619B;
}
</style>
border-color css
<style>
span { border-color: #D6619B; }
span { border-color: rgb(214,97,155); }
td.TdClassName
{
border-color: #D6619B;
}
.TagClassName
{
border-color: #D6619B;
}
</style>