Shades of Hopbush #D76FA0
Tints of Hopbush #D76FA0
RGB
CMYK
RGB Variations
Color information
#D76FA0 (or 0xD76FA0) is known color: Hopbush. HEX triplet: D7, 6F and A0. RGB value is (215,111,160). Sum of RGB (Red+Green+Blue) = 215+111+160=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76FA0 is #28905F. Grayscale: #939393. Windows color (decimal): -2658400 or 10514391. OLE color: 10514391.
HSL color Cylindrical-coordinate representation of color #D76FA0: hue angle of 331.73º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FA0 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 160 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.16 |
| HSL | 331.73º | 0.57% | 0.64% | - |
| HSV(B) | 331.73º | 0.48% | 0.84% | - |
| XYZ | 40.05 | 28.35 | 36.62 | - |
| YUV | 147.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 160 | 0 | 0.48 | 0.26 | 0.16 | 331.73 | 0.57 | 0.64 |
| Hex | D7 | 6F | A0 | 0 | 30 | 1A | 10 | 14C | 39 | 40 |
| Octal | 327 | 157 | 240 | 0 | 60 | 32 | 20 | 514 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10100000 | 0 | 110000 | 11010 | 10000 | 101001100 | 111001 | 1000000 |
Color Harmonies of #D76FA0
Complementary color
Monochromatic Colors of #D76FA0
Black with #D76FA0
Text Example
Text Example
White with #D76FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FA0; }
p { color: rgb(215,111,160); }
H1.HeaderClassName
{
color: #D76FA0;
}
.AnyTagClassName
{
color: #D76FA0;
}
</style>
background-color css
<style>
a { background-color: #D76FA0; }
a { background-color: rgb(215,111,160); }
div.DivClassName
{
background-color: #D76FA0;
}
.BgClassName
{
background-color: #D76FA0;
}
</style>
border-color css
<style>
span { border-color: #D76FA0; }
span { border-color: rgb(215,111,160); }
td.TdClassName
{
border-color: #D76FA0;
}
.TagClassName
{
border-color: #D76FA0;
}
</style>