Shades of Hopbush #D65D9E
Tints of Hopbush #D65D9E
RGB
CMYK
RGB Variations
Color information
#D65D9E (or 0xD65D9E) is known color: Hopbush. HEX triplet: D6, 5D and 9E. RGB value is (214,93,158). Sum of RGB (Red+Green+Blue) = 214+93+158=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65D9E is #29A261. Grayscale: #888888. Windows color (decimal): -2728546 or 10378710. OLE color: 10378710.
HSL color Cylindrical-coordinate representation of color #D65D9E: hue angle of 327.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65D9E is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 158 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.16 |
| HSL | 327.77º | 0.6% | 0.6% | - |
| HSV(B) | 327.77º | 0.57% | 0.84% | - |
| XYZ | 37.82 | 24.59 | 35.1 | - |
| YUV | 136.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 158 | 0 | 0.57 | 0.26 | 0.16 | 327.77 | 0.6 | 0.6 |
| Hex | D6 | 5D | 9E | 0 | 39 | 1A | 10 | 148 | 3C | 3C |
| Octal | 326 | 135 | 236 | 0 | 71 | 32 | 20 | 510 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10011110 | 0 | 111001 | 11010 | 10000 | 101001000 | 111100 | 111100 |
Color Harmonies of #D65D9E
Complementary color
Monochromatic Colors of #D65D9E
Black with #D65D9E
Text Example
Text Example
White with #D65D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D9E; }
p { color: rgb(214,93,158); }
H1.HeaderClassName
{
color: #D65D9E;
}
.AnyTagClassName
{
color: #D65D9E;
}
</style>
background-color css
<style>
a { background-color: #D65D9E; }
a { background-color: rgb(214,93,158); }
div.DivClassName
{
background-color: #D65D9E;
}
.BgClassName
{
background-color: #D65D9E;
}
</style>
border-color css
<style>
span { border-color: #D65D9E; }
span { border-color: rgb(214,93,158); }
td.TdClassName
{
border-color: #D65D9E;
}
.TagClassName
{
border-color: #D65D9E;
}
</style>