Shades of Hopbush #D65D9A
Tints of Hopbush #D65D9A
RGB
CMYK
RGB Variations
Color information
#D65D9A (or 0xD65D9A) is known color: Hopbush. HEX triplet: D6, 5D and 9A. RGB value is (214,93,154). Sum of RGB (Red+Green+Blue) = 214+93+154=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65D9A is #29A265. Grayscale: #888888. Windows color (decimal): -2728550 or 10116566. OLE color: 10116566.
HSL color Cylindrical-coordinate representation of color #D65D9A: hue angle of 329.75º 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 #D65D9A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 154 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.16 |
| HSL | 329.75º | 0.6% | 0.6% | - |
| HSV(B) | 329.75º | 0.57% | 0.84% | - |
| XYZ | 37.48 | 24.46 | 33.32 | - |
| YUV | 136.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 154 | 0 | 0.57 | 0.28 | 0.16 | 329.75 | 0.6 | 0.6 |
| Hex | D6 | 5D | 9A | 0 | 39 | 1C | 10 | 14A | 3C | 3C |
| Octal | 326 | 135 | 232 | 0 | 71 | 34 | 20 | 512 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10011010 | 0 | 111001 | 11100 | 10000 | 101001010 | 111100 | 111100 |
Color Harmonies of #D65D9A
Complementary color
Monochromatic Colors of #D65D9A
Black with #D65D9A
Text Example
Text Example
White with #D65D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D9A; }
p { color: rgb(214,93,154); }
H1.HeaderClassName
{
color: #D65D9A;
}
.AnyTagClassName
{
color: #D65D9A;
}
</style>
background-color css
<style>
a { background-color: #D65D9A; }
a { background-color: rgb(214,93,154); }
div.DivClassName
{
background-color: #D65D9A;
}
.BgClassName
{
background-color: #D65D9A;
}
</style>
border-color css
<style>
span { border-color: #D65D9A; }
span { border-color: rgb(214,93,154); }
td.TdClassName
{
border-color: #D65D9A;
}
.TagClassName
{
border-color: #D65D9A;
}
</style>