Shades of Hopbush #D75CAC
Tints of Hopbush #D75CAC
RGB
CMYK
RGB Variations
Color information
#D75CAC (or 0xD75CAC) is known color: Hopbush. HEX triplet: D7, 5C and AC. RGB value is (215,92,172). Sum of RGB (Red+Green+Blue) = 215+92+172=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D75CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75CAC is #28A353. Grayscale: #898989. Windows color (decimal): -2663252 or 11295959. OLE color: 11295959.
HSL color Cylindrical-coordinate representation of color #D75CAC: hue angle of 320.98º degrees, saturation: 0.61, 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 #D75CAC is Cyan = 0, Magento = 0.57, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 172 | - |
| CMYK | 0 | 0.57 | 0.2 | 0.16 |
| HSL | 320.98º | 0.61% | 0.6% | - |
| HSV(B) | 320.98º | 0.57% | 0.84% | - |
| XYZ | 39.3 | 25.08 | 41.8 | - |
| YUV | 137.9 | 147.25 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 172 | 0 | 0.57 | 0.2 | 0.16 | 320.98 | 0.61 | 0.6 |
| Hex | D7 | 5C | AC | 0 | 39 | 14 | 10 | 141 | 3D | 3C |
| Octal | 327 | 134 | 254 | 0 | 71 | 24 | 20 | 501 | 75 | 74 |
| Binary | 11010111 | 1011100 | 10101100 | 0 | 111001 | 10100 | 10000 | 101000001 | 111101 | 111100 |
Color Harmonies of #D75CAC
Complementary color
Monochromatic Colors of #D75CAC
Black with #D75CAC
Text Example
Text Example
White with #D75CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75CAC; }
p { color: rgb(215,92,172); }
H1.HeaderClassName
{
color: #D75CAC;
}
.AnyTagClassName
{
color: #D75CAC;
}
</style>
background-color css
<style>
a { background-color: #D75CAC; }
a { background-color: rgb(215,92,172); }
div.DivClassName
{
background-color: #D75CAC;
}
.BgClassName
{
background-color: #D75CAC;
}
</style>
border-color css
<style>
span { border-color: #D75CAC; }
span { border-color: rgb(215,92,172); }
td.TdClassName
{
border-color: #D75CAC;
}
.TagClassName
{
border-color: #D75CAC;
}
</style>