Shades of Hopbush #D75D90
Tints of Hopbush #D75D90
RGB
CMYK
RGB Variations
Color information
#D75D90 (or 0xD75D90) is known color: Hopbush. HEX triplet: D7, 5D and 90. RGB value is (215,93,144). Sum of RGB (Red+Green+Blue) = 215+93+144=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75D90 is #28A26F. Grayscale: #878787. Windows color (decimal): -2663024 or 9461207. OLE color: 9461207.
HSL color Cylindrical-coordinate representation of color #D75D90: hue angle of 334.92º 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 #D75D90 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 144 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.16 |
| HSL | 334.92º | 0.6% | 0.6% | - |
| HSV(B) | 334.92º | 0.57% | 0.84% | - |
| XYZ | 36.97 | 24.29 | 29.13 | - |
| YUV | 135.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 144 | 0 | 0.57 | 0.33 | 0.16 | 334.92 | 0.6 | 0.6 |
| Hex | D7 | 5D | 90 | 0 | 39 | 21 | 10 | 14F | 3C | 3C |
| Octal | 327 | 135 | 220 | 0 | 71 | 41 | 20 | 517 | 74 | 74 |
| Binary | 11010111 | 1011101 | 10010000 | 0 | 111001 | 100001 | 10000 | 101001111 | 111100 | 111100 |
Color Harmonies of #D75D90
Complementary color
Monochromatic Colors of #D75D90
Black with #D75D90
Text Example
Text Example
White with #D75D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D90; }
p { color: rgb(215,93,144); }
H1.HeaderClassName
{
color: #D75D90;
}
.AnyTagClassName
{
color: #D75D90;
}
</style>
background-color css
<style>
a { background-color: #D75D90; }
a { background-color: rgb(215,93,144); }
div.DivClassName
{
background-color: #D75D90;
}
.BgClassName
{
background-color: #D75D90;
}
</style>
border-color css
<style>
span { border-color: #D75D90; }
span { border-color: rgb(215,93,144); }
td.TdClassName
{
border-color: #D75D90;
}
.TagClassName
{
border-color: #D75D90;
}
</style>