Shades of Hopbush #D65BA5
Tints of Hopbush #D65BA5
RGB
CMYK
RGB Variations
Color information
#D65BA5 (or 0xD65BA5) is known color: Hopbush. HEX triplet: D6, 5B and A5. RGB value is (214,91,165). Sum of RGB (Red+Green+Blue) = 214+91+165=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65BA5 is #29A45A. Grayscale: #888888. Windows color (decimal): -2729051 or 10836950. OLE color: 10836950.
HSL color Cylindrical-coordinate representation of color #D65BA5: hue angle of 323.9º 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 #D65BA5 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 165 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.16 |
| HSL | 323.9º | 0.6% | 0.6% | - |
| HSV(B) | 323.9º | 0.57% | 0.84% | - |
| XYZ | 38.26 | 24.49 | 38.31 | - |
| YUV | 136.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 165 | 0 | 0.57 | 0.23 | 0.16 | 323.9 | 0.6 | 0.6 |
| Hex | D6 | 5B | A5 | 0 | 39 | 17 | 10 | 144 | 3C | 3C |
| Octal | 326 | 133 | 245 | 0 | 71 | 27 | 20 | 504 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10100101 | 0 | 111001 | 10111 | 10000 | 101000100 | 111100 | 111100 |
Color Harmonies of #D65BA5
Complementary color
Monochromatic Colors of #D65BA5
Black with #D65BA5
Text Example
Text Example
White with #D65BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BA5; }
p { color: rgb(214,91,165); }
H1.HeaderClassName
{
color: #D65BA5;
}
.AnyTagClassName
{
color: #D65BA5;
}
</style>
background-color css
<style>
a { background-color: #D65BA5; }
a { background-color: rgb(214,91,165); }
div.DivClassName
{
background-color: #D65BA5;
}
.BgClassName
{
background-color: #D65BA5;
}
</style>
border-color css
<style>
span { border-color: #D65BA5; }
span { border-color: rgb(214,91,165); }
td.TdClassName
{
border-color: #D65BA5;
}
.TagClassName
{
border-color: #D65BA5;
}
</style>