Shades of Hopbush #D75FAE
Tints of Hopbush #D75FAE
RGB
CMYK
RGB Variations
Color information
#D75FAE (or 0xD75FAE) is known color: Hopbush. HEX triplet: D7, 5F and AE. RGB value is (215,95,174). Sum of RGB (Red+Green+Blue) = 215+95+174=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D75FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75FAE is #28A051. Grayscale: #8B8B8B. Windows color (decimal): -2662482 or 11427799. OLE color: 11427799.
HSL color Cylindrical-coordinate representation of color #D75FAE: hue angle of 320.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 #D75FAE is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 95 | 174 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.16 |
| HSL | 320.5º | 0.6% | 0.61% | - |
| HSV(B) | 320.5º | 0.56% | 0.84% | - |
| XYZ | 39.76 | 25.69 | 42.91 | - |
| YUV | 139.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 174 | 0 | 0.56 | 0.19 | 0.16 | 320.5 | 0.6 | 0.61 |
| Hex | D7 | 5F | AE | 0 | 38 | 13 | 10 | 140 | 3C | 3D |
| Octal | 327 | 137 | 256 | 0 | 70 | 23 | 20 | 500 | 74 | 75 |
| Binary | 11010111 | 1011111 | 10101110 | 0 | 111000 | 10011 | 10000 | 101000000 | 111100 | 111101 |
Color Harmonies of #D75FAE
Complementary color
Monochromatic Colors of #D75FAE
Black with #D75FAE
Text Example
Text Example
White with #D75FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75FAE; }
p { color: rgb(215,95,174); }
H1.HeaderClassName
{
color: #D75FAE;
}
.AnyTagClassName
{
color: #D75FAE;
}
</style>
background-color css
<style>
a { background-color: #D75FAE; }
a { background-color: rgb(215,95,174); }
div.DivClassName
{
background-color: #D75FAE;
}
.BgClassName
{
background-color: #D75FAE;
}
</style>
border-color css
<style>
span { border-color: #D75FAE; }
span { border-color: rgb(215,95,174); }
td.TdClassName
{
border-color: #D75FAE;
}
.TagClassName
{
border-color: #D75FAE;
}
</style>