Shades of Hopbush #D6629A
Tints of Hopbush #D6629A
RGB
CMYK
RGB Variations
Color information
#D6629A (or 0xD6629A) is known color: Hopbush. HEX triplet: D6, 62 and 9A. RGB value is (214,98,154). Sum of RGB (Red+Green+Blue) = 214+98+154=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6629A is #299D65. Grayscale: #8A8A8A. Windows color (decimal): -2727270 or 10117846. OLE color: 10117846.
HSL color Cylindrical-coordinate representation of color #D6629A: hue angle of 331.03º 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 #D6629A is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 154 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.16 |
| HSL | 331.03º | 0.59% | 0.61% | - |
| HSV(B) | 331.03º | 0.54% | 0.84% | - |
| XYZ | 37.93 | 25.36 | 33.47 | - |
| YUV | 139.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 154 | 0 | 0.54 | 0.28 | 0.16 | 331.03 | 0.59 | 0.61 |
| Hex | D6 | 62 | 9A | 0 | 36 | 1C | 10 | 14B | 3B | 3D |
| Octal | 326 | 142 | 232 | 0 | 66 | 34 | 20 | 513 | 73 | 75 |
| Binary | 11010110 | 1100010 | 10011010 | 0 | 110110 | 11100 | 10000 | 101001011 | 111011 | 111101 |
Color Harmonies of #D6629A
Complementary color
Monochromatic Colors of #D6629A
Black with #D6629A
Text Example
Text Example
White with #D6629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6629A; }
p { color: rgb(214,98,154); }
H1.HeaderClassName
{
color: #D6629A;
}
.AnyTagClassName
{
color: #D6629A;
}
</style>
background-color css
<style>
a { background-color: #D6629A; }
a { background-color: rgb(214,98,154); }
div.DivClassName
{
background-color: #D6629A;
}
.BgClassName
{
background-color: #D6629A;
}
</style>
border-color css
<style>
span { border-color: #D6629A; }
span { border-color: rgb(214,98,154); }
td.TdClassName
{
border-color: #D6629A;
}
.TagClassName
{
border-color: #D6629A;
}
</style>