Shades of Hopbush #D65E9D
Tints of Hopbush #D65E9D
RGB
CMYK
RGB Variations
Color information
#D65E9D (or 0xD65E9D) is known color: Hopbush. HEX triplet: D6, 5E and 9D. RGB value is (214,94,157). Sum of RGB (Red+Green+Blue) = 214+94+157=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65E9D is #29A162. Grayscale: #888888. Windows color (decimal): -2728291 or 10313430. OLE color: 10313430.
HSL color Cylindrical-coordinate representation of color #D65E9D: hue angle of 328.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65E9D is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 157 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.16 |
| HSL | 328.5º | 0.59% | 0.6% | - |
| HSV(B) | 328.5º | 0.56% | 0.84% | - |
| XYZ | 37.82 | 24.74 | 34.68 | - |
| YUV | 137.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 157 | 0 | 0.56 | 0.27 | 0.16 | 328.5 | 0.59 | 0.6 |
| Hex | D6 | 5E | 9D | 0 | 38 | 1B | 10 | 148 | 3B | 3C |
| Octal | 326 | 136 | 235 | 0 | 70 | 33 | 20 | 510 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10011101 | 0 | 111000 | 11011 | 10000 | 101001000 | 111011 | 111100 |
Color Harmonies of #D65E9D
Complementary color
Monochromatic Colors of #D65E9D
Black with #D65E9D
Text Example
Text Example
White with #D65E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E9D; }
p { color: rgb(214,94,157); }
H1.HeaderClassName
{
color: #D65E9D;
}
.AnyTagClassName
{
color: #D65E9D;
}
</style>
background-color css
<style>
a { background-color: #D65E9D; }
a { background-color: rgb(214,94,157); }
div.DivClassName
{
background-color: #D65E9D;
}
.BgClassName
{
background-color: #D65E9D;
}
</style>
border-color css
<style>
span { border-color: #D65E9D; }
span { border-color: rgb(214,94,157); }
td.TdClassName
{
border-color: #D65E9D;
}
.TagClassName
{
border-color: #D65E9D;
}
</style>