Shades of Hopbush #D774A8
Tints of Hopbush #D774A8
RGB
CMYK
RGB Variations
Color information
#D774A8 (or 0xD774A8) is known color: Hopbush. HEX triplet: D7, 74 and A8. RGB value is (215,116,168). Sum of RGB (Red+Green+Blue) = 215+116+168=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D774A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D774A8 is #288B57. Grayscale: #979797. Windows color (decimal): -2657112 or 11039959. OLE color: 11039959.
HSL color Cylindrical-coordinate representation of color #D774A8: hue angle of 328.48º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D774A8 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 168 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.16 |
| HSL | 328.48º | 0.55% | 0.65% | - |
| HSV(B) | 328.48º | 0.46% | 0.84% | - |
| XYZ | 41.34 | 29.77 | 40.61 | - |
| YUV | 151.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 168 | 0 | 0.46 | 0.22 | 0.16 | 328.48 | 0.55 | 0.65 |
| Hex | D7 | 74 | A8 | 0 | 2E | 16 | 10 | 148 | 37 | 41 |
| Octal | 327 | 164 | 250 | 0 | 56 | 26 | 20 | 510 | 67 | 101 |
| Binary | 11010111 | 1110100 | 10101000 | 0 | 101110 | 10110 | 10000 | 101001000 | 110111 | 1000001 |
Color Harmonies of #D774A8
Complementary color
Monochromatic Colors of #D774A8
Black with #D774A8
Text Example
Text Example
White with #D774A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D774A8; }
p { color: rgb(215,116,168); }
H1.HeaderClassName
{
color: #D774A8;
}
.AnyTagClassName
{
color: #D774A8;
}
</style>
background-color css
<style>
a { background-color: #D774A8; }
a { background-color: rgb(215,116,168); }
div.DivClassName
{
background-color: #D774A8;
}
.BgClassName
{
background-color: #D774A8;
}
</style>
border-color css
<style>
span { border-color: #D774A8; }
span { border-color: rgb(215,116,168); }
td.TdClassName
{
border-color: #D774A8;
}
.TagClassName
{
border-color: #D774A8;
}
</style>