Shades of Hopbush #D75FA0
Tints of Hopbush #D75FA0
RGB
CMYK
RGB Variations
Color information
#D75FA0 (or 0xD75FA0) is known color: Hopbush. HEX triplet: D7, 5F and A0. RGB value is (215,95,160). Sum of RGB (Red+Green+Blue) = 215+95+160=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D75FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75FA0 is #28A05F. Grayscale: #8A8A8A. Windows color (decimal): -2662496 or 10510295. OLE color: 10510295.
HSL color Cylindrical-coordinate representation of color #D75FA0: hue angle of 327.5º 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 #D75FA0 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 95 | 160 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.16 |
| HSL | 327.5º | 0.6% | 0.61% | - |
| HSV(B) | 327.5º | 0.56% | 0.84% | - |
| XYZ | 38.46 | 25.17 | 36.09 | - |
| YUV | 138.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 160 | 0 | 0.56 | 0.26 | 0.16 | 327.5 | 0.6 | 0.61 |
| Hex | D7 | 5F | A0 | 0 | 38 | 1A | 10 | 148 | 3C | 3D |
| Octal | 327 | 137 | 240 | 0 | 70 | 32 | 20 | 510 | 74 | 75 |
| Binary | 11010111 | 1011111 | 10100000 | 0 | 111000 | 11010 | 10000 | 101001000 | 111100 | 111101 |
Color Harmonies of #D75FA0
Complementary color
Monochromatic Colors of #D75FA0
Black with #D75FA0
Text Example
Text Example
White with #D75FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75FA0; }
p { color: rgb(215,95,160); }
H1.HeaderClassName
{
color: #D75FA0;
}
.AnyTagClassName
{
color: #D75FA0;
}
</style>
background-color css
<style>
a { background-color: #D75FA0; }
a { background-color: rgb(215,95,160); }
div.DivClassName
{
background-color: #D75FA0;
}
.BgClassName
{
background-color: #D75FA0;
}
</style>
border-color css
<style>
span { border-color: #D75FA0; }
span { border-color: rgb(215,95,160); }
td.TdClassName
{
border-color: #D75FA0;
}
.TagClassName
{
border-color: #D75FA0;
}
</style>