Shades of Hopbush #D75D9F
Tints of Hopbush #D75D9F
RGB
CMYK
RGB Variations
Color information
#D75D9F (or 0xD75D9F) is known color: Hopbush. HEX triplet: D7, 5D and 9F. RGB value is (215,93,159). Sum of RGB (Red+Green+Blue) = 215+93+159=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75D9F is #28A260. Grayscale: #888888. Windows color (decimal): -2663009 or 10444247. OLE color: 10444247.
HSL color Cylindrical-coordinate representation of color #D75D9F: hue angle of 327.54º 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 #D75D9F is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 159 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.16 |
| HSL | 327.54º | 0.6% | 0.6% | - |
| HSV(B) | 327.54º | 0.57% | 0.84% | - |
| XYZ | 38.2 | 24.78 | 35.57 | - |
| YUV | 137 | 140.42 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 159 | 0 | 0.57 | 0.26 | 0.16 | 327.54 | 0.6 | 0.6 |
| Hex | D7 | 5D | 9F | 0 | 39 | 1A | 10 | 148 | 3C | 3C |
| Octal | 327 | 135 | 237 | 0 | 71 | 32 | 20 | 510 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10011111 | 0 | 111001 | 11010 | 10000 | 101001000 | 111100 | 111100 |
Color Harmonies of #D75D9F
Complementary color
Monochromatic Colors of #D75D9F
Black with #D75D9F
Text Example
Text Example
White with #D75D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D9F; }
p { color: rgb(215,93,159); }
H1.HeaderClassName
{
color: #D75D9F;
}
.AnyTagClassName
{
color: #D75D9F;
}
</style>
background-color css
<style>
a { background-color: #D75D9F; }
a { background-color: rgb(215,93,159); }
div.DivClassName
{
background-color: #D75D9F;
}
.BgClassName
{
background-color: #D75D9F;
}
</style>
border-color css
<style>
span { border-color: #D75D9F; }
span { border-color: rgb(215,93,159); }
td.TdClassName
{
border-color: #D75D9F;
}
.TagClassName
{
border-color: #D75D9F;
}
</style>