Shades of Hopbush #D75C9A
Tints of Hopbush #D75C9A
RGB
CMYK
RGB Variations
Color information
#D75C9A (or 0xD75C9A) is known color: Hopbush. HEX triplet: D7, 5C and 9A. RGB value is (215,92,154). Sum of RGB (Red+Green+Blue) = 215+92+154=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75C9A is #28A365. Grayscale: #878787. Windows color (decimal): -2663270 or 10116311. OLE color: 10116311.
HSL color Cylindrical-coordinate representation of color #D75C9A: hue angle of 329.76º degrees, saturation: 0.61, 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 #D75C9A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 154 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.16 |
| HSL | 329.76º | 0.61% | 0.6% | - |
| HSV(B) | 329.76º | 0.57% | 0.84% | - |
| XYZ | 37.68 | 24.43 | 33.3 | - |
| YUV | 135.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 154 | 0 | 0.57 | 0.28 | 0.16 | 329.76 | 0.61 | 0.6 |
| Hex | D7 | 5C | 9A | 0 | 39 | 1C | 10 | 14A | 3D | 3C |
| Octal | 327 | 134 | 232 | 0 | 71 | 34 | 20 | 512 | 75 | 74 |
| Binary | 11010111 | 1011100 | 10011010 | 0 | 111001 | 11100 | 10000 | 101001010 | 111101 | 111100 |
Color Harmonies of #D75C9A
Complementary color
Monochromatic Colors of #D75C9A
Black with #D75C9A
Text Example
Text Example
White with #D75C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C9A; }
p { color: rgb(215,92,154); }
H1.HeaderClassName
{
color: #D75C9A;
}
.AnyTagClassName
{
color: #D75C9A;
}
</style>
background-color css
<style>
a { background-color: #D75C9A; }
a { background-color: rgb(215,92,154); }
div.DivClassName
{
background-color: #D75C9A;
}
.BgClassName
{
background-color: #D75C9A;
}
</style>
border-color css
<style>
span { border-color: #D75C9A; }
span { border-color: rgb(215,92,154); }
td.TdClassName
{
border-color: #D75C9A;
}
.TagClassName
{
border-color: #D75C9A;
}
</style>