Shades of Hopbush #D65E8F
Tints of Hopbush #D65E8F
RGB
CMYK
RGB Variations
Color information
#D65E8F (or 0xD65E8F) is known color: Hopbush. HEX triplet: D6, 5E and 8F. RGB value is (214,94,143). Sum of RGB (Red+Green+Blue) = 214+94+143=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65E8F is #29A170. Grayscale: #878787. Windows color (decimal): -2728305 or 9395926. OLE color: 9395926.
HSL color Cylindrical-coordinate representation of color #D65E8F: hue angle of 335.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 #D65E8F is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 143 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.16 |
| HSL | 335.5º | 0.59% | 0.6% | - |
| HSV(B) | 335.5º | 0.56% | 0.84% | - |
| XYZ | 36.69 | 24.28 | 28.74 | - |
| YUV | 135.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 143 | 0 | 0.56 | 0.33 | 0.16 | 335.5 | 0.59 | 0.6 |
| Hex | D6 | 5E | 8F | 0 | 38 | 21 | 10 | 150 | 3B | 3C |
| Octal | 326 | 136 | 217 | 0 | 70 | 41 | 20 | 520 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10001111 | 0 | 111000 | 100001 | 10000 | 101010000 | 111011 | 111100 |
Color Harmonies of #D65E8F
Complementary color
Monochromatic Colors of #D65E8F
Black with #D65E8F
Text Example
Text Example
White with #D65E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E8F; }
p { color: rgb(214,94,143); }
H1.HeaderClassName
{
color: #D65E8F;
}
.AnyTagClassName
{
color: #D65E8F;
}
</style>
background-color css
<style>
a { background-color: #D65E8F; }
a { background-color: rgb(214,94,143); }
div.DivClassName
{
background-color: #D65E8F;
}
.BgClassName
{
background-color: #D65E8F;
}
</style>
border-color css
<style>
span { border-color: #D65E8F; }
span { border-color: rgb(214,94,143); }
td.TdClassName
{
border-color: #D65E8F;
}
.TagClassName
{
border-color: #D65E8F;
}
</style>