Shades of Hopbush #D75EAC
Tints of Hopbush #D75EAC
RGB
CMYK
RGB Variations
Color information
#D75EAC (or 0xD75EAC) is known color: Hopbush. HEX triplet: D7, 5E and AC. RGB value is (215,94,172). Sum of RGB (Red+Green+Blue) = 215+94+172=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75EAC is #28A153. Grayscale: #8A8A8A. Windows color (decimal): -2662740 or 11296471. OLE color: 11296471.
HSL color Cylindrical-coordinate representation of color #D75EAC: hue angle of 321.32º degrees, saturation: 0.6, 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 #D75EAC is Cyan = 0, Magento = 0.56, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 172 | - |
| CMYK | 0 | 0.56 | 0.2 | 0.16 |
| HSL | 321.32º | 0.6% | 0.61% | - |
| HSV(B) | 321.32º | 0.56% | 0.84% | - |
| XYZ | 39.47 | 25.43 | 41.86 | - |
| YUV | 139.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 172 | 0 | 0.56 | 0.2 | 0.16 | 321.32 | 0.6 | 0.61 |
| Hex | D7 | 5E | AC | 0 | 38 | 14 | 10 | 141 | 3C | 3D |
| Octal | 327 | 136 | 254 | 0 | 70 | 24 | 20 | 501 | 74 | 75 |
| Binary | 11010111 | 1011110 | 10101100 | 0 | 111000 | 10100 | 10000 | 101000001 | 111100 | 111101 |
Color Harmonies of #D75EAC
Complementary color
Monochromatic Colors of #D75EAC
Black with #D75EAC
Text Example
Text Example
White with #D75EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75EAC; }
p { color: rgb(215,94,172); }
H1.HeaderClassName
{
color: #D75EAC;
}
.AnyTagClassName
{
color: #D75EAC;
}
</style>
background-color css
<style>
a { background-color: #D75EAC; }
a { background-color: rgb(215,94,172); }
div.DivClassName
{
background-color: #D75EAC;
}
.BgClassName
{
background-color: #D75EAC;
}
</style>
border-color css
<style>
span { border-color: #D75EAC; }
span { border-color: rgb(215,94,172); }
td.TdClassName
{
border-color: #D75EAC;
}
.TagClassName
{
border-color: #D75EAC;
}
</style>