Shades of Hopbush #D76693
Tints of Hopbush #D76693
RGB
CMYK
RGB Variations
Color information
#D76693 (or 0xD76693) is known color: Hopbush. HEX triplet: D7, 66 and 93. RGB value is (215,102,147). Sum of RGB (Red+Green+Blue) = 215+102+147=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D76693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76693 is #28996C. Grayscale: #8C8C8C. Windows color (decimal): -2660717 or 9660119. OLE color: 9660119.
HSL color Cylindrical-coordinate representation of color #D76693: hue angle of 336.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76693 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 147 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.16 |
| HSL | 336.11º | 0.59% | 0.62% | - |
| HSV(B) | 336.11º | 0.53% | 0.84% | - |
| XYZ | 38.04 | 26.06 | 30.63 | - |
| YUV | 140.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 147 | 0 | 0.53 | 0.32 | 0.16 | 336.11 | 0.59 | 0.62 |
| Hex | D7 | 66 | 93 | 0 | 35 | 20 | 10 | 150 | 3B | 3E |
| Octal | 327 | 146 | 223 | 0 | 65 | 40 | 20 | 520 | 73 | 76 |
| Binary | 11010111 | 1100110 | 10010011 | 0 | 110101 | 100000 | 10000 | 101010000 | 111011 | 111110 |
Color Harmonies of #D76693
Complementary color
Monochromatic Colors of #D76693
Black with #D76693
Text Example
Text Example
White with #D76693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76693; }
p { color: rgb(215,102,147); }
H1.HeaderClassName
{
color: #D76693;
}
.AnyTagClassName
{
color: #D76693;
}
</style>
background-color css
<style>
a { background-color: #D76693; }
a { background-color: rgb(215,102,147); }
div.DivClassName
{
background-color: #D76693;
}
.BgClassName
{
background-color: #D76693;
}
</style>
border-color css
<style>
span { border-color: #D76693; }
span { border-color: rgb(215,102,147); }
td.TdClassName
{
border-color: #D76693;
}
.TagClassName
{
border-color: #D76693;
}
</style>