Shades of Hopbush #D65FAC
Tints of Hopbush #D65FAC
RGB
CMYK
RGB Variations
Color information
#D65FAC (or 0xD65FAC) is known color: Hopbush. HEX triplet: D6, 5F and AC. RGB value is (214,95,172). Sum of RGB (Red+Green+Blue) = 214+95+172=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65FAC is #29A053. Grayscale: #8B8B8B. Windows color (decimal): -2728020 or 11296726. OLE color: 11296726.
HSL color Cylindrical-coordinate representation of color #D65FAC: hue angle of 321.18º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65FAC is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 172 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.16 |
| HSL | 321.18º | 0.59% | 0.61% | - |
| HSV(B) | 321.18º | 0.56% | 0.84% | - |
| XYZ | 39.27 | 25.46 | 41.87 | - |
| YUV | 139.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 172 | 0 | 0.56 | 0.20 | 0.16 | 321.18 | 0.59 | 0.61 |
| Hex | D6 | 5F | AC | 0 | 38 | 14 | 10 | 141 | 3B | 3D |
| Octal | 326 | 137 | 254 | 0 | 70 | 24 | 20 | 501 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10101100 | 0 | 111000 | 10100 | 10000 | 101000001 | 111011 | 111101 |
Color Harmonies of #D65FAC
Complementary color
Monochromatic Colors of #D65FAC
Black with #D65FAC
Text Example
Text Example
White with #D65FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FAC; }
p { color: rgb(214,95,172); }
H1.HeaderClassName
{
color: #D65FAC;
}
.AnyTagClassName
{
color: #D65FAC;
}
</style>
background-color css
<style>
a { background-color: #D65FAC; }
a { background-color: rgb(214,95,172); }
div.DivClassName
{
background-color: #D65FAC;
}
.BgClassName
{
background-color: #D65FAC;
}
</style>
border-color css
<style>
span { border-color: #D65FAC; }
span { border-color: rgb(214,95,172); }
td.TdClassName
{
border-color: #D65FAC;
}
.TagClassName
{
border-color: #D65FAC;
}
</style>