Shades of Hopbush #D76392
Tints of Hopbush #D76392
RGB
CMYK
RGB Variations
Color information
#D76392 (or 0xD76392) is known color: Hopbush. HEX triplet: D7, 63 and 92. RGB value is (215,99,146). Sum of RGB (Red+Green+Blue) = 215+99+146=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D76392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76392 is #289C6D. Grayscale: #8A8A8A. Windows color (decimal): -2661486 or 9593815. OLE color: 9593815.
HSL color Cylindrical-coordinate representation of color #D76392: hue angle of 335.69º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76392 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 146 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.16 |
| HSL | 335.69º | 0.59% | 0.62% | - |
| HSV(B) | 335.69º | 0.54% | 0.84% | - |
| XYZ | 37.67 | 25.45 | 30.12 | - |
| YUV | 139.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 146 | 0 | 0.54 | 0.32 | 0.16 | 335.69 | 0.59 | 0.62 |
| Hex | D7 | 63 | 92 | 0 | 36 | 20 | 10 | 150 | 3B | 3E |
| Octal | 327 | 143 | 222 | 0 | 66 | 40 | 20 | 520 | 73 | 76 |
| Binary | 11010111 | 1100011 | 10010010 | 0 | 110110 | 100000 | 10000 | 101010000 | 111011 | 111110 |
Color Harmonies of #D76392
Complementary color
Monochromatic Colors of #D76392
Black with #D76392
Text Example
Text Example
White with #D76392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76392; }
p { color: rgb(215,99,146); }
H1.HeaderClassName
{
color: #D76392;
}
.AnyTagClassName
{
color: #D76392;
}
</style>
background-color css
<style>
a { background-color: #D76392; }
a { background-color: rgb(215,99,146); }
div.DivClassName
{
background-color: #D76392;
}
.BgClassName
{
background-color: #D76392;
}
</style>
border-color css
<style>
span { border-color: #D76392; }
span { border-color: rgb(215,99,146); }
td.TdClassName
{
border-color: #D76392;
}
.TagClassName
{
border-color: #D76392;
}
</style>