Shades of Hopbush #D65DA5
Tints of Hopbush #D65DA5
RGB
CMYK
RGB Variations
Color information
#D65DA5 (or 0xD65DA5) is known color: Hopbush. HEX triplet: D6, 5D and A5. RGB value is (214,93,165). Sum of RGB (Red+Green+Blue) = 214+93+165=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65DA5 is #29A25A. Grayscale: #898989. Windows color (decimal): -2728539 or 10837462. OLE color: 10837462.
HSL color Cylindrical-coordinate representation of color #D65DA5: hue angle of 324.3º 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 #D65DA5 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 165 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.16 |
| HSL | 324.3º | 0.6% | 0.6% | - |
| HSV(B) | 324.3º | 0.57% | 0.84% | - |
| XYZ | 38.44 | 24.84 | 38.37 | - |
| YUV | 137.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 165 | 0 | 0.57 | 0.23 | 0.16 | 324.3 | 0.6 | 0.6 |
| Hex | D6 | 5D | A5 | 0 | 39 | 17 | 10 | 144 | 3C | 3C |
| Octal | 326 | 135 | 245 | 0 | 71 | 27 | 20 | 504 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10100101 | 0 | 111001 | 10111 | 10000 | 101000100 | 111100 | 111100 |
Color Harmonies of #D65DA5
Complementary color
Monochromatic Colors of #D65DA5
Black with #D65DA5
Text Example
Text Example
White with #D65DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DA5; }
p { color: rgb(214,93,165); }
H1.HeaderClassName
{
color: #D65DA5;
}
.AnyTagClassName
{
color: #D65DA5;
}
</style>
background-color css
<style>
a { background-color: #D65DA5; }
a { background-color: rgb(214,93,165); }
div.DivClassName
{
background-color: #D65DA5;
}
.BgClassName
{
background-color: #D65DA5;
}
</style>
border-color css
<style>
span { border-color: #D65DA5; }
span { border-color: rgb(214,93,165); }
td.TdClassName
{
border-color: #D65DA5;
}
.TagClassName
{
border-color: #D65DA5;
}
</style>