Shades of Hopbush #D768A0
Tints of Hopbush #D768A0
RGB
CMYK
RGB Variations
Color information
#D768A0 (or 0xD768A0) is known color: Hopbush. HEX triplet: D7, 68 and A0. RGB value is (215,104,160). Sum of RGB (Red+Green+Blue) = 215+104+160=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D768A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D768A0 is #28975F. Grayscale: #8F8F8F. Windows color (decimal): -2660192 or 10512599. OLE color: 10512599.
HSL color Cylindrical-coordinate representation of color #D768A0: hue angle of 329.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D768A0 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 160 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.16 |
| HSL | 329.73º | 0.58% | 0.63% | - |
| HSV(B) | 329.73º | 0.52% | 0.84% | - |
| XYZ | 39.32 | 26.89 | 36.37 | - |
| YUV | 143.57 | 137.27 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 160 | 0 | 0.52 | 0.26 | 0.16 | 329.73 | 0.58 | 0.63 |
| Hex | D7 | 68 | A0 | 0 | 34 | 1A | 10 | 14A | 3A | 3F |
| Octal | 327 | 150 | 240 | 0 | 64 | 32 | 20 | 512 | 72 | 77 |
| Binary | 11010111 | 1101000 | 10100000 | 0 | 110100 | 11010 | 10000 | 101001010 | 111010 | 111111 |
Color Harmonies of #D768A0
Complementary color
Monochromatic Colors of #D768A0
Black with #D768A0
Text Example
Text Example
White with #D768A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D768A0; }
p { color: rgb(215,104,160); }
H1.HeaderClassName
{
color: #D768A0;
}
.AnyTagClassName
{
color: #D768A0;
}
</style>
background-color css
<style>
a { background-color: #D768A0; }
a { background-color: rgb(215,104,160); }
div.DivClassName
{
background-color: #D768A0;
}
.BgClassName
{
background-color: #D768A0;
}
</style>
border-color css
<style>
span { border-color: #D768A0; }
span { border-color: rgb(215,104,160); }
td.TdClassName
{
border-color: #D768A0;
}
.TagClassName
{
border-color: #D768A0;
}
</style>