Shades of Hopbush #D65D9F
Tints of Hopbush #D65D9F
RGB
CMYK
RGB Variations
Color information
#D65D9F (or 0xD65D9F) is known color: Hopbush. HEX triplet: D6, 5D and 9F. RGB value is (214,93,159). Sum of RGB (Red+Green+Blue) = 214+93+159=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65D9F is #29A260. Grayscale: #888888. Windows color (decimal): -2728545 or 10444246. OLE color: 10444246.
HSL color Cylindrical-coordinate representation of color #D65D9F: hue angle of 327.27º 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 #D65D9F is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 159 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.16 |
| HSL | 327.27º | 0.6% | 0.6% | - |
| HSV(B) | 327.27º | 0.57% | 0.84% | - |
| XYZ | 37.9 | 24.63 | 35.56 | - |
| YUV | 136.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 159 | 0 | 0.57 | 0.26 | 0.16 | 327.27 | 0.6 | 0.6 |
| Hex | D6 | 5D | 9F | 0 | 39 | 1A | 10 | 147 | 3C | 3C |
| Octal | 326 | 135 | 237 | 0 | 71 | 32 | 20 | 507 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10011111 | 0 | 111001 | 11010 | 10000 | 101000111 | 111100 | 111100 |
Color Harmonies of #D65D9F
Complementary color
Monochromatic Colors of #D65D9F
Black with #D65D9F
Text Example
Text Example
White with #D65D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D9F; }
p { color: rgb(214,93,159); }
H1.HeaderClassName
{
color: #D65D9F;
}
.AnyTagClassName
{
color: #D65D9F;
}
</style>
background-color css
<style>
a { background-color: #D65D9F; }
a { background-color: rgb(214,93,159); }
div.DivClassName
{
background-color: #D65D9F;
}
.BgClassName
{
background-color: #D65D9F;
}
</style>
border-color css
<style>
span { border-color: #D65D9F; }
span { border-color: rgb(214,93,159); }
td.TdClassName
{
border-color: #D65D9F;
}
.TagClassName
{
border-color: #D65D9F;
}
</style>