Shades of Hopbush #D65DA6
Tints of Hopbush #D65DA6
RGB
CMYK
RGB Variations
Color information
#D65DA6 (or 0xD65DA6) is known color: Hopbush. HEX triplet: D6, 5D and A6. RGB value is (214,93,166). Sum of RGB (Red+Green+Blue) = 214+93+166=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65DA6 is #29A259. Grayscale: #898989. Windows color (decimal): -2728538 or 10902998. OLE color: 10902998.
HSL color Cylindrical-coordinate representation of color #D65DA6: hue angle of 323.8º 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 #D65DA6 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 166 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.16 |
| HSL | 323.8º | 0.6% | 0.6% | - |
| HSV(B) | 323.8º | 0.57% | 0.84% | - |
| XYZ | 38.53 | 24.88 | 38.85 | - |
| YUV | 137.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 166 | 0 | 0.57 | 0.22 | 0.16 | 323.8 | 0.6 | 0.6 |
| Hex | D6 | 5D | A6 | 0 | 39 | 16 | 10 | 144 | 3C | 3C |
| Octal | 326 | 135 | 246 | 0 | 71 | 26 | 20 | 504 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10100110 | 0 | 111001 | 10110 | 10000 | 101000100 | 111100 | 111100 |
Color Harmonies of #D65DA6
Complementary color
Monochromatic Colors of #D65DA6
Black with #D65DA6
Text Example
Text Example
White with #D65DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DA6; }
p { color: rgb(214,93,166); }
H1.HeaderClassName
{
color: #D65DA6;
}
.AnyTagClassName
{
color: #D65DA6;
}
</style>
background-color css
<style>
a { background-color: #D65DA6; }
a { background-color: rgb(214,93,166); }
div.DivClassName
{
background-color: #D65DA6;
}
.BgClassName
{
background-color: #D65DA6;
}
</style>
border-color css
<style>
span { border-color: #D65DA6; }
span { border-color: rgb(214,93,166); }
td.TdClassName
{
border-color: #D65DA6;
}
.TagClassName
{
border-color: #D65DA6;
}
</style>