Shades of Hopbush #D768AA
Tints of Hopbush #D768AA
RGB
CMYK
RGB Variations
Color information
#D768AA (or 0xD768AA) is known color: Hopbush. HEX triplet: D7, 68 and AA. RGB value is (215,104,170). Sum of RGB (Red+Green+Blue) = 215+104+170=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D768AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D768AA is #289755. Grayscale: #909090. Windows color (decimal): -2660182 or 11167959. OLE color: 11167959.
HSL color Cylindrical-coordinate representation of color #D768AA: hue angle of 324.32º 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 #D768AA is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 170 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.16 |
| HSL | 324.32º | 0.58% | 0.63% | - |
| HSV(B) | 324.32º | 0.52% | 0.84% | - |
| XYZ | 40.23 | 27.25 | 41.17 | - |
| YUV | 144.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 170 | 0 | 0.52 | 0.21 | 0.16 | 324.32 | 0.58 | 0.63 |
| Hex | D7 | 68 | AA | 0 | 34 | 15 | 10 | 144 | 3A | 3F |
| Octal | 327 | 150 | 252 | 0 | 64 | 25 | 20 | 504 | 72 | 77 |
| Binary | 11010111 | 1101000 | 10101010 | 0 | 110100 | 10101 | 10000 | 101000100 | 111010 | 111111 |
Color Harmonies of #D768AA
Complementary color
Monochromatic Colors of #D768AA
Black with #D768AA
Text Example
Text Example
White with #D768AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D768AA; }
p { color: rgb(215,104,170); }
H1.HeaderClassName
{
color: #D768AA;
}
.AnyTagClassName
{
color: #D768AA;
}
</style>
background-color css
<style>
a { background-color: #D768AA; }
a { background-color: rgb(215,104,170); }
div.DivClassName
{
background-color: #D768AA;
}
.BgClassName
{
background-color: #D768AA;
}
</style>
border-color css
<style>
span { border-color: #D768AA; }
span { border-color: rgb(215,104,170); }
td.TdClassName
{
border-color: #D768AA;
}
.TagClassName
{
border-color: #D768AA;
}
</style>