Shades of Hopbush #D76093
Tints of Hopbush #D76093
RGB
CMYK
RGB Variations
Color information
#D76093 (or 0xD76093) is known color: Hopbush. HEX triplet: D7, 60 and 93. RGB value is (215,96,147). Sum of RGB (Red+Green+Blue) = 215+96+147=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D76093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76093 is #289F6C. Grayscale: #898989. Windows color (decimal): -2662253 or 9658583. OLE color: 9658583.
HSL color Cylindrical-coordinate representation of color #D76093: hue angle of 334.29º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76093 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 147 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.16 |
| HSL | 334.29º | 0.6% | 0.61% | - |
| HSV(B) | 334.29º | 0.55% | 0.84% | - |
| XYZ | 37.47 | 24.92 | 30.44 | - |
| YUV | 137.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 147 | 0 | 0.55 | 0.32 | 0.16 | 334.29 | 0.6 | 0.61 |
| Hex | D7 | 60 | 93 | 0 | 37 | 20 | 10 | 14E | 3C | 3D |
| Octal | 327 | 140 | 223 | 0 | 67 | 40 | 20 | 516 | 74 | 75 |
| Binary | 11010111 | 1100000 | 10010011 | 0 | 110111 | 100000 | 10000 | 101001110 | 111100 | 111101 |
Color Harmonies of #D76093
Complementary color
Monochromatic Colors of #D76093
Black with #D76093
Text Example
Text Example
White with #D76093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76093; }
p { color: rgb(215,96,147); }
H1.HeaderClassName
{
color: #D76093;
}
.AnyTagClassName
{
color: #D76093;
}
</style>
background-color css
<style>
a { background-color: #D76093; }
a { background-color: rgb(215,96,147); }
div.DivClassName
{
background-color: #D76093;
}
.BgClassName
{
background-color: #D76093;
}
</style>
border-color css
<style>
span { border-color: #D76093; }
span { border-color: rgb(215,96,147); }
td.TdClassName
{
border-color: #D76093;
}
.TagClassName
{
border-color: #D76093;
}
</style>