Shades of Hopbush #D65D8C
Tints of Hopbush #D65D8C
RGB
CMYK
RGB Variations
Color information
#D65D8C (or 0xD65D8C) is known color: Hopbush. HEX triplet: D6, 5D and 8C. RGB value is (214,93,140). Sum of RGB (Red+Green+Blue) = 214+93+140=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65D8C is #29A273. Grayscale: #868686. Windows color (decimal): -2728564 or 9199062. OLE color: 9199062.
HSL color Cylindrical-coordinate representation of color #D65D8C: hue angle of 336.69º 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 #D65D8C is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 140 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.16 |
| HSL | 336.69º | 0.6% | 0.6% | - |
| HSV(B) | 336.69º | 0.57% | 0.84% | - |
| XYZ | 36.38 | 24.02 | 27.53 | - |
| YUV | 134.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 140 | 0 | 0.57 | 0.35 | 0.16 | 336.69 | 0.6 | 0.6 |
| Hex | D6 | 5D | 8C | 0 | 39 | 23 | 10 | 151 | 3C | 3C |
| Octal | 326 | 135 | 214 | 0 | 71 | 43 | 20 | 521 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10001100 | 0 | 111001 | 100011 | 10000 | 101010001 | 111100 | 111100 |
Color Harmonies of #D65D8C
Complementary color
Monochromatic Colors of #D65D8C
Black with #D65D8C
Text Example
Text Example
White with #D65D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D8C; }
p { color: rgb(214,93,140); }
H1.HeaderClassName
{
color: #D65D8C;
}
.AnyTagClassName
{
color: #D65D8C;
}
</style>
background-color css
<style>
a { background-color: #D65D8C; }
a { background-color: rgb(214,93,140); }
div.DivClassName
{
background-color: #D65D8C;
}
.BgClassName
{
background-color: #D65D8C;
}
</style>
border-color css
<style>
span { border-color: #D65D8C; }
span { border-color: rgb(214,93,140); }
td.TdClassName
{
border-color: #D65D8C;
}
.TagClassName
{
border-color: #D65D8C;
}
</style>