Shades of Hopbush #D6629C
Tints of Hopbush #D6629C
RGB
CMYK
RGB Variations
Color information
#D6629C (or 0xD6629C) is known color: Hopbush. HEX triplet: D6, 62 and 9C. RGB value is (214,98,156). Sum of RGB (Red+Green+Blue) = 214+98+156=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6629C is #299D63. Grayscale: #8B8B8B. Windows color (decimal): -2727268 or 10248918. OLE color: 10248918.
HSL color Cylindrical-coordinate representation of color #D6629C: hue angle of 330º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6629C is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 156 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.16 |
| HSL | 330º | 0.59% | 0.61% | - |
| HSV(B) | 330º | 0.54% | 0.84% | - |
| XYZ | 38.1 | 25.43 | 34.35 | - |
| YUV | 139.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 156 | 0 | 0.54 | 0.27 | 0.16 | 330 | 0.59 | 0.61 |
| Hex | D6 | 62 | 9C | 0 | 36 | 1B | 10 | 14A | 3B | 3D |
| Octal | 326 | 142 | 234 | 0 | 66 | 33 | 20 | 512 | 73 | 75 |
| Binary | 11010110 | 1100010 | 10011100 | 0 | 110110 | 11011 | 10000 | 101001010 | 111011 | 111101 |
Color Harmonies of #D6629C
Complementary color
Monochromatic Colors of #D6629C
Black with #D6629C
Text Example
Text Example
White with #D6629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6629C; }
p { color: rgb(214,98,156); }
H1.HeaderClassName
{
color: #D6629C;
}
.AnyTagClassName
{
color: #D6629C;
}
</style>
background-color css
<style>
a { background-color: #D6629C; }
a { background-color: rgb(214,98,156); }
div.DivClassName
{
background-color: #D6629C;
}
.BgClassName
{
background-color: #D6629C;
}
</style>
border-color css
<style>
span { border-color: #D6629C; }
span { border-color: rgb(214,98,156); }
td.TdClassName
{
border-color: #D6629C;
}
.TagClassName
{
border-color: #D6629C;
}
</style>