Shades of Hopbush #D65DA3
Tints of Hopbush #D65DA3
RGB
CMYK
RGB Variations
Color information
#D65DA3 (or 0xD65DA3) is known color: Hopbush. HEX triplet: D6, 5D and A3. RGB value is (214,93,163). Sum of RGB (Red+Green+Blue) = 214+93+163=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65DA3 is #29A25C. Grayscale: #898989. Windows color (decimal): -2728541 or 10706390. OLE color: 10706390.
HSL color Cylindrical-coordinate representation of color #D65DA3: hue angle of 325.29º 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 #D65DA3 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 163 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.16 |
| HSL | 325.29º | 0.6% | 0.6% | - |
| HSV(B) | 325.29º | 0.57% | 0.84% | - |
| XYZ | 38.26 | 24.77 | 37.41 | - |
| YUV | 137.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 163 | 0 | 0.57 | 0.24 | 0.16 | 325.29 | 0.6 | 0.6 |
| Hex | D6 | 5D | A3 | 0 | 39 | 18 | 10 | 145 | 3C | 3C |
| Octal | 326 | 135 | 243 | 0 | 71 | 30 | 20 | 505 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10100011 | 0 | 111001 | 11000 | 10000 | 101000101 | 111100 | 111100 |
Color Harmonies of #D65DA3
Complementary color
Monochromatic Colors of #D65DA3
Black with #D65DA3
Text Example
Text Example
White with #D65DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DA3; }
p { color: rgb(214,93,163); }
H1.HeaderClassName
{
color: #D65DA3;
}
.AnyTagClassName
{
color: #D65DA3;
}
</style>
background-color css
<style>
a { background-color: #D65DA3; }
a { background-color: rgb(214,93,163); }
div.DivClassName
{
background-color: #D65DA3;
}
.BgClassName
{
background-color: #D65DA3;
}
</style>
border-color css
<style>
span { border-color: #D65DA3; }
span { border-color: rgb(214,93,163); }
td.TdClassName
{
border-color: #D65DA3;
}
.TagClassName
{
border-color: #D65DA3;
}
</style>