Shades of Hopbush #D75C9C
Tints of Hopbush #D75C9C
RGB
CMYK
RGB Variations
Color information
#D75C9C (or 0xD75C9C) is known color: Hopbush. HEX triplet: D7, 5C and 9C. RGB value is (215,92,156). Sum of RGB (Red+Green+Blue) = 215+92+156=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75C9C is #28A363. Grayscale: #878787. Windows color (decimal): -2663268 or 10247383. OLE color: 10247383.
HSL color Cylindrical-coordinate representation of color #D75C9C: hue angle of 328.78º 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 #D75C9C is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 156 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.16 |
| HSL | 328.78º | 0.61% | 0.6% | - |
| HSV(B) | 328.78º | 0.57% | 0.84% | - |
| XYZ | 37.85 | 24.5 | 34.19 | - |
| YUV | 136.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 156 | 0 | 0.57 | 0.27 | 0.16 | 328.78 | 0.61 | 0.6 |
| Hex | D7 | 5C | 9C | 0 | 39 | 1B | 10 | 149 | 3D | 3C |
| Octal | 327 | 134 | 234 | 0 | 71 | 33 | 20 | 511 | 75 | 74 |
| Binary | 11010111 | 1011100 | 10011100 | 0 | 111001 | 11011 | 10000 | 101001001 | 111101 | 111100 |
Color Harmonies of #D75C9C
Complementary color
Monochromatic Colors of #D75C9C
Black with #D75C9C
Text Example
Text Example
White with #D75C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C9C; }
p { color: rgb(215,92,156); }
H1.HeaderClassName
{
color: #D75C9C;
}
.AnyTagClassName
{
color: #D75C9C;
}
</style>
background-color css
<style>
a { background-color: #D75C9C; }
a { background-color: rgb(215,92,156); }
div.DivClassName
{
background-color: #D75C9C;
}
.BgClassName
{
background-color: #D75C9C;
}
</style>
border-color css
<style>
span { border-color: #D75C9C; }
span { border-color: rgb(215,92,156); }
td.TdClassName
{
border-color: #D75C9C;
}
.TagClassName
{
border-color: #D75C9C;
}
</style>