Shades of Hopbush #D75B8C
Tints of Hopbush #D75B8C
RGB
CMYK
RGB Variations
Color information
#D75B8C (or 0xD75B8C) is known color: Hopbush. HEX triplet: D7, 5B and 8C. RGB value is (215,91,140). Sum of RGB (Red+Green+Blue) = 215+91+140=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75B8C is #28A473. Grayscale: #858585. Windows color (decimal): -2663540 or 9198551. OLE color: 9198551.
HSL color Cylindrical-coordinate representation of color #D75B8C: hue angle of 336.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75B8C is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 91 | 140 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.16 |
| HSL | 336.29º | 0.61% | 0.6% | - |
| HSV(B) | 336.29º | 0.58% | 0.84% | - |
| XYZ | 36.5 | 23.82 | 27.49 | - |
| YUV | 133.66 | 131.58 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 91 | 140 | 0 | 0.58 | 0.35 | 0.16 | 336.29 | 0.61 | 0.6 |
| Hex | D7 | 5B | 8C | 0 | 3A | 23 | 10 | 150 | 3D | 3C |
| Octal | 327 | 133 | 214 | 0 | 72 | 43 | 20 | 520 | 75 | 74 |
| Binary | 11010111 | 1011011 | 10001100 | 0 | 111010 | 100011 | 10000 | 101010000 | 111101 | 111100 |
Color Harmonies of #D75B8C
Complementary color
Monochromatic Colors of #D75B8C
Black with #D75B8C
Text Example
Text Example
White with #D75B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75B8C; }
p { color: rgb(215,91,140); }
H1.HeaderClassName
{
color: #D75B8C;
}
.AnyTagClassName
{
color: #D75B8C;
}
</style>
background-color css
<style>
a { background-color: #D75B8C; }
a { background-color: rgb(215,91,140); }
div.DivClassName
{
background-color: #D75B8C;
}
.BgClassName
{
background-color: #D75B8C;
}
</style>
border-color css
<style>
span { border-color: #D75B8C; }
span { border-color: rgb(215,91,140); }
td.TdClassName
{
border-color: #D75B8C;
}
.TagClassName
{
border-color: #D75B8C;
}
</style>