Shades of Hopbush #D75DAE
Tints of Hopbush #D75DAE
RGB
CMYK
RGB Variations
Color information
#D75DAE (or 0xD75DAE) is known color: Hopbush. HEX triplet: D7, 5D and AE. RGB value is (215,93,174). Sum of RGB (Red+Green+Blue) = 215+93+174=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75DAE is #28A251. Grayscale: #8A8A8A. Windows color (decimal): -2662994 or 11427287. OLE color: 11427287.
HSL color Cylindrical-coordinate representation of color #D75DAE: hue angle of 320.16º degrees, saturation: 0.6, 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 #D75DAE is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 174 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.16 |
| HSL | 320.16º | 0.6% | 0.6% | - |
| HSV(B) | 320.16º | 0.57% | 0.84% | - |
| XYZ | 39.58 | 25.33 | 42.85 | - |
| YUV | 138.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 174 | 0 | 0.57 | 0.19 | 0.16 | 320.16 | 0.6 | 0.6 |
| Hex | D7 | 5D | AE | 0 | 39 | 13 | 10 | 140 | 3C | 3C |
| Octal | 327 | 135 | 256 | 0 | 71 | 23 | 20 | 500 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10101110 | 0 | 111001 | 10011 | 10000 | 101000000 | 111100 | 111100 |
Color Harmonies of #D75DAE
Complementary color
Monochromatic Colors of #D75DAE
Black with #D75DAE
Text Example
Text Example
White with #D75DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75DAE; }
p { color: rgb(215,93,174); }
H1.HeaderClassName
{
color: #D75DAE;
}
.AnyTagClassName
{
color: #D75DAE;
}
</style>
background-color css
<style>
a { background-color: #D75DAE; }
a { background-color: rgb(215,93,174); }
div.DivClassName
{
background-color: #D75DAE;
}
.BgClassName
{
background-color: #D75DAE;
}
</style>
border-color css
<style>
span { border-color: #D75DAE; }
span { border-color: rgb(215,93,174); }
td.TdClassName
{
border-color: #D75DAE;
}
.TagClassName
{
border-color: #D75DAE;
}
</style>