Shades of Hopbush #D75D9A
Tints of Hopbush #D75D9A
RGB
CMYK
RGB Variations
Color information
#D75D9A (or 0xD75D9A) is known color: Hopbush. HEX triplet: D7, 5D and 9A. RGB value is (215,93,154). Sum of RGB (Red+Green+Blue) = 215+93+154=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75D9A is #28A265. Grayscale: #888888. Windows color (decimal): -2663014 or 10116567. OLE color: 10116567.
HSL color Cylindrical-coordinate representation of color #D75D9A: hue angle of 330º 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 #D75D9A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 154 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.16 |
| HSL | 330º | 0.6% | 0.6% | - |
| HSV(B) | 330º | 0.57% | 0.84% | - |
| XYZ | 37.77 | 24.61 | 33.33 | - |
| YUV | 136.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 154 | 0 | 0.57 | 0.28 | 0.16 | 330 | 0.6 | 0.6 |
| Hex | D7 | 5D | 9A | 0 | 39 | 1C | 10 | 14A | 3C | 3C |
| Octal | 327 | 135 | 232 | 0 | 71 | 34 | 20 | 512 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10011010 | 0 | 111001 | 11100 | 10000 | 101001010 | 111100 | 111100 |
Color Harmonies of #D75D9A
Complementary color
Monochromatic Colors of #D75D9A
Black with #D75D9A
Text Example
Text Example
White with #D75D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D9A; }
p { color: rgb(215,93,154); }
H1.HeaderClassName
{
color: #D75D9A;
}
.AnyTagClassName
{
color: #D75D9A;
}
</style>
background-color css
<style>
a { background-color: #D75D9A; }
a { background-color: rgb(215,93,154); }
div.DivClassName
{
background-color: #D75D9A;
}
.BgClassName
{
background-color: #D75D9A;
}
</style>
border-color css
<style>
span { border-color: #D75D9A; }
span { border-color: rgb(215,93,154); }
td.TdClassName
{
border-color: #D75D9A;
}
.TagClassName
{
border-color: #D75D9A;
}
</style>