Shades of Hopbush #D65BAC
Tints of Hopbush #D65BAC
RGB
CMYK
RGB Variations
Color information
#D65BAC (or 0xD65BAC) is known color: Hopbush. HEX triplet: D6, 5B and AC. RGB value is (214,91,172). Sum of RGB (Red+Green+Blue) = 214+91+172=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65BAC is #29A453. Grayscale: #888888. Windows color (decimal): -2729044 or 11295702. OLE color: 11295702.
HSL color Cylindrical-coordinate representation of color #D65BAC: hue angle of 320.49º 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 #D65BAC is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 172 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.16 |
| HSL | 320.49º | 0.6% | 0.6% | - |
| HSV(B) | 320.49º | 0.57% | 0.84% | - |
| XYZ | 38.92 | 24.76 | 41.76 | - |
| YUV | 137.01 | 147.75 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 172 | 0 | 0.57 | 0.20 | 0.16 | 320.49 | 0.6 | 0.6 |
| Hex | D6 | 5B | AC | 0 | 39 | 14 | 10 | 140 | 3C | 3C |
| Octal | 326 | 133 | 254 | 0 | 71 | 24 | 20 | 500 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10101100 | 0 | 111001 | 10100 | 10000 | 101000000 | 111100 | 111100 |
Color Harmonies of #D65BAC
Complementary color
Monochromatic Colors of #D65BAC
Black with #D65BAC
Text Example
Text Example
White with #D65BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BAC; }
p { color: rgb(214,91,172); }
H1.HeaderClassName
{
color: #D65BAC;
}
.AnyTagClassName
{
color: #D65BAC;
}
</style>
background-color css
<style>
a { background-color: #D65BAC; }
a { background-color: rgb(214,91,172); }
div.DivClassName
{
background-color: #D65BAC;
}
.BgClassName
{
background-color: #D65BAC;
}
</style>
border-color css
<style>
span { border-color: #D65BAC; }
span { border-color: rgb(214,91,172); }
td.TdClassName
{
border-color: #D65BAC;
}
.TagClassName
{
border-color: #D65BAC;
}
</style>