Shades of Hopbush #D65A9B
Tints of Hopbush #D65A9B
RGB
CMYK
RGB Variations
Color information
#D65A9B (or 0xD65A9B) is known color: Hopbush. HEX triplet: D6, 5A and 9B. RGB value is (214,90,155). Sum of RGB (Red+Green+Blue) = 214+90+155=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65A9B is #29A564. Grayscale: #868686. Windows color (decimal): -2729317 or 10181334. OLE color: 10181334.
HSL color Cylindrical-coordinate representation of color #D65A9B: hue angle of 328.55º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65A9B is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 155 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.16 |
| HSL | 328.55º | 0.6% | 0.6% | - |
| HSV(B) | 328.55º | 0.58% | 0.84% | - |
| XYZ | 37.3 | 23.98 | 33.67 | - |
| YUV | 134.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 155 | 0 | 0.58 | 0.28 | 0.16 | 328.55 | 0.6 | 0.6 |
| Hex | D6 | 5A | 9B | 0 | 3A | 1C | 10 | 149 | 3C | 3C |
| Octal | 326 | 132 | 233 | 0 | 72 | 34 | 20 | 511 | 74 | 74 |
| Binary | 11010110 | 1011010 | 10011011 | 0 | 111010 | 11100 | 10000 | 101001001 | 111100 | 111100 |
Color Harmonies of #D65A9B
Complementary color
Monochromatic Colors of #D65A9B
Black with #D65A9B
Text Example
Text Example
White with #D65A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A9B; }
p { color: rgb(214,90,155); }
H1.HeaderClassName
{
color: #D65A9B;
}
.AnyTagClassName
{
color: #D65A9B;
}
</style>
background-color css
<style>
a { background-color: #D65A9B; }
a { background-color: rgb(214,90,155); }
div.DivClassName
{
background-color: #D65A9B;
}
.BgClassName
{
background-color: #D65A9B;
}
</style>
border-color css
<style>
span { border-color: #D65A9B; }
span { border-color: rgb(214,90,155); }
td.TdClassName
{
border-color: #D65A9B;
}
.TagClassName
{
border-color: #D65A9B;
}
</style>