Shades of Hopbush #D65E9F
Tints of Hopbush #D65E9F
RGB
CMYK
RGB Variations
Color information
#D65E9F (or 0xD65E9F) is known color: Hopbush. HEX triplet: D6, 5E and 9F. RGB value is (214,94,159). Sum of RGB (Red+Green+Blue) = 214+94+159=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65E9F is #29A160. Grayscale: #898989. Windows color (decimal): -2728289 or 10444502. OLE color: 10444502.
HSL color Cylindrical-coordinate representation of color #D65E9F: hue angle of 327.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 #D65E9F is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 159 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.16 |
| HSL | 327.5º | 0.59% | 0.6% | - |
| HSV(B) | 327.5º | 0.56% | 0.84% | - |
| XYZ | 37.99 | 24.8 | 35.59 | - |
| YUV | 137.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 159 | 0 | 0.56 | 0.26 | 0.16 | 327.5 | 0.59 | 0.6 |
| Hex | D6 | 5E | 9F | 0 | 38 | 1A | 10 | 148 | 3B | 3C |
| Octal | 326 | 136 | 237 | 0 | 70 | 32 | 20 | 510 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10011111 | 0 | 111000 | 11010 | 10000 | 101001000 | 111011 | 111100 |
Color Harmonies of #D65E9F
Complementary color
Monochromatic Colors of #D65E9F
Black with #D65E9F
Text Example
Text Example
White with #D65E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E9F; }
p { color: rgb(214,94,159); }
H1.HeaderClassName
{
color: #D65E9F;
}
.AnyTagClassName
{
color: #D65E9F;
}
</style>
background-color css
<style>
a { background-color: #D65E9F; }
a { background-color: rgb(214,94,159); }
div.DivClassName
{
background-color: #D65E9F;
}
.BgClassName
{
background-color: #D65E9F;
}
</style>
border-color css
<style>
span { border-color: #D65E9F; }
span { border-color: rgb(214,94,159); }
td.TdClassName
{
border-color: #D65E9F;
}
.TagClassName
{
border-color: #D65E9F;
}
</style>