Shades of Hopbush #D75F8C
Tints of Hopbush #D75F8C
RGB
CMYK
RGB Variations
Color information
#D75F8C (or 0xD75F8C) is known color: Hopbush. HEX triplet: D7, 5F and 8C. RGB value is (215,95,140). Sum of RGB (Red+Green+Blue) = 215+95+140=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75F8C is #28A073. Grayscale: #878787. Windows color (decimal): -2662516 or 9199575. OLE color: 9199575.
HSL color Cylindrical-coordinate representation of color #D75F8C: hue angle of 337.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75F8C is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 95 | 140 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.16 |
| HSL | 337.5º | 0.6% | 0.61% | - |
| HSV(B) | 337.5º | 0.56% | 0.84% | - |
| XYZ | 36.85 | 24.52 | 27.6 | - |
| YUV | 136.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 140 | 0 | 0.56 | 0.35 | 0.16 | 337.5 | 0.6 | 0.61 |
| Hex | D7 | 5F | 8C | 0 | 38 | 23 | 10 | 152 | 3C | 3D |
| Octal | 327 | 137 | 214 | 0 | 70 | 43 | 20 | 522 | 74 | 75 |
| Binary | 11010111 | 1011111 | 10001100 | 0 | 111000 | 100011 | 10000 | 101010010 | 111100 | 111101 |
Color Harmonies of #D75F8C
Complementary color
Monochromatic Colors of #D75F8C
Black with #D75F8C
Text Example
Text Example
White with #D75F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75F8C; }
p { color: rgb(215,95,140); }
H1.HeaderClassName
{
color: #D75F8C;
}
.AnyTagClassName
{
color: #D75F8C;
}
</style>
background-color css
<style>
a { background-color: #D75F8C; }
a { background-color: rgb(215,95,140); }
div.DivClassName
{
background-color: #D75F8C;
}
.BgClassName
{
background-color: #D75F8C;
}
</style>
border-color css
<style>
span { border-color: #D75F8C; }
span { border-color: rgb(215,95,140); }
td.TdClassName
{
border-color: #D75F8C;
}
.TagClassName
{
border-color: #D75F8C;
}
</style>