Shades of Hopbush #D65E8C
Tints of Hopbush #D65E8C
RGB
CMYK
RGB Variations
Color information
#D65E8C (or 0xD65E8C) is known color: Hopbush. HEX triplet: D6, 5E and 8C. RGB value is (214,94,140). Sum of RGB (Red+Green+Blue) = 214+94+140=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65E8C is #29A173. Grayscale: #878787. Windows color (decimal): -2728308 or 9199318. OLE color: 9199318.
HSL color Cylindrical-coordinate representation of color #D65E8C: hue angle of 337º 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 #D65E8C is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 140 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.16 |
| HSL | 337º | 0.59% | 0.6% | - |
| HSV(B) | 337º | 0.56% | 0.84% | - |
| XYZ | 36.47 | 24.2 | 27.56 | - |
| YUV | 135.12 | 130.76 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 140 | 0 | 0.56 | 0.35 | 0.16 | 337 | 0.59 | 0.6 |
| Hex | D6 | 5E | 8C | 0 | 38 | 23 | 10 | 151 | 3B | 3C |
| Octal | 326 | 136 | 214 | 0 | 70 | 43 | 20 | 521 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10001100 | 0 | 111000 | 100011 | 10000 | 101010001 | 111011 | 111100 |
Color Harmonies of #D65E8C
Complementary color
Monochromatic Colors of #D65E8C
Black with #D65E8C
Text Example
Text Example
White with #D65E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E8C; }
p { color: rgb(214,94,140); }
H1.HeaderClassName
{
color: #D65E8C;
}
.AnyTagClassName
{
color: #D65E8C;
}
</style>
background-color css
<style>
a { background-color: #D65E8C; }
a { background-color: rgb(214,94,140); }
div.DivClassName
{
background-color: #D65E8C;
}
.BgClassName
{
background-color: #D65E8C;
}
</style>
border-color css
<style>
span { border-color: #D65E8C; }
span { border-color: rgb(214,94,140); }
td.TdClassName
{
border-color: #D65E8C;
}
.TagClassName
{
border-color: #D65E8C;
}
</style>