Shades of Hopbush #D8629D
Tints of Hopbush #D8629D
RGB
CMYK
RGB Variations
Color information
#D8629D (or 0xD8629D) is known color: Hopbush. HEX triplet: D8, 62 and 9D. RGB value is (216,98,157). Sum of RGB (Red+Green+Blue) = 216+98+157=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8629D is #279D62. Grayscale: #8B8B8B. Windows color (decimal): -2596195 or 10314456. OLE color: 10314456.
HSL color Cylindrical-coordinate representation of color #D8629D: hue angle of 330º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8629D is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 157 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.15 |
| HSL | 330º | 0.6% | 0.62% | - |
| HSV(B) | 330º | 0.55% | 0.85% | - |
| XYZ | 38.77 | 25.77 | 34.83 | - |
| YUV | 140.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 157 | 0 | 0.55 | 0.27 | 0.15 | 330 | 0.6 | 0.62 |
| Hex | D8 | 62 | 9D | 0 | 37 | 1B | F | 14A | 3C | 3E |
| Octal | 330 | 142 | 235 | 0 | 67 | 33 | 17 | 512 | 74 | 76 |
| Binary | 11011000 | 1100010 | 10011101 | 0 | 110111 | 11011 | 1111 | 101001010 | 111100 | 111110 |
Color Harmonies of #D8629D
Complementary color
Monochromatic Colors of #D8629D
Black with #D8629D
Text Example
Text Example
White with #D8629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8629D; }
p { color: rgb(216,98,157); }
H1.HeaderClassName
{
color: #D8629D;
}
.AnyTagClassName
{
color: #D8629D;
}
</style>
background-color css
<style>
a { background-color: #D8629D; }
a { background-color: rgb(216,98,157); }
div.DivClassName
{
background-color: #D8629D;
}
.BgClassName
{
background-color: #D8629D;
}
</style>
border-color css
<style>
span { border-color: #D8629D; }
span { border-color: rgb(216,98,157); }
td.TdClassName
{
border-color: #D8629D;
}
.TagClassName
{
border-color: #D8629D;
}
</style>