Shades of Hopbush #D65BA2
Tints of Hopbush #D65BA2
RGB
CMYK
RGB Variations
Color information
#D65BA2 (or 0xD65BA2) is known color: Hopbush. HEX triplet: D6, 5B and A2. RGB value is (214,91,162). Sum of RGB (Red+Green+Blue) = 214+91+162=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65BA2 is #29A45D. Grayscale: #878787. Windows color (decimal): -2729054 or 10640342. OLE color: 10640342.
HSL color Cylindrical-coordinate representation of color #D65BA2: hue angle of 325.37º 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 #D65BA2 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 162 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.16 |
| HSL | 325.37º | 0.6% | 0.6% | - |
| HSV(B) | 325.37º | 0.57% | 0.84% | - |
| XYZ | 37.99 | 24.39 | 36.89 | - |
| YUV | 135.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 162 | 0 | 0.57 | 0.24 | 0.16 | 325.37 | 0.6 | 0.6 |
| Hex | D6 | 5B | A2 | 0 | 39 | 18 | 10 | 145 | 3C | 3C |
| Octal | 326 | 133 | 242 | 0 | 71 | 30 | 20 | 505 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10100010 | 0 | 111001 | 11000 | 10000 | 101000101 | 111100 | 111100 |
Color Harmonies of #D65BA2
Complementary color
Monochromatic Colors of #D65BA2
Black with #D65BA2
Text Example
Text Example
White with #D65BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BA2; }
p { color: rgb(214,91,162); }
H1.HeaderClassName
{
color: #D65BA2;
}
.AnyTagClassName
{
color: #D65BA2;
}
</style>
background-color css
<style>
a { background-color: #D65BA2; }
a { background-color: rgb(214,91,162); }
div.DivClassName
{
background-color: #D65BA2;
}
.BgClassName
{
background-color: #D65BA2;
}
</style>
border-color css
<style>
span { border-color: #D65BA2; }
span { border-color: rgb(214,91,162); }
td.TdClassName
{
border-color: #D65BA2;
}
.TagClassName
{
border-color: #D65BA2;
}
</style>