Shades of Hopbush #D769AB
Tints of Hopbush #D769AB
RGB
CMYK
RGB Variations
Color information
#D769AB (or 0xD769AB) is known color: Hopbush. HEX triplet: D7, 69 and AB. RGB value is (215,105,171). Sum of RGB (Red+Green+Blue) = 215+105+171=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D769AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D769AB is #289654. Grayscale: #919191. Windows color (decimal): -2659925 or 11233751. OLE color: 11233751.
HSL color Cylindrical-coordinate representation of color #D769AB: hue angle of 324º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D769AB is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 171 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.16 |
| HSL | 324º | 0.58% | 0.63% | - |
| HSV(B) | 324º | 0.51% | 0.84% | - |
| XYZ | 40.43 | 27.49 | 41.7 | - |
| YUV | 145.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 171 | 0 | 0.51 | 0.20 | 0.16 | 324 | 0.58 | 0.63 |
| Hex | D7 | 69 | AB | 0 | 33 | 14 | 10 | 144 | 3A | 3F |
| Octal | 327 | 151 | 253 | 0 | 63 | 24 | 20 | 504 | 72 | 77 |
| Binary | 11010111 | 1101001 | 10101011 | 0 | 110011 | 10100 | 10000 | 101000100 | 111010 | 111111 |
Color Harmonies of #D769AB
Complementary color
Monochromatic Colors of #D769AB
Black with #D769AB
Text Example
Text Example
White with #D769AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D769AB; }
p { color: rgb(215,105,171); }
H1.HeaderClassName
{
color: #D769AB;
}
.AnyTagClassName
{
color: #D769AB;
}
</style>
background-color css
<style>
a { background-color: #D769AB; }
a { background-color: rgb(215,105,171); }
div.DivClassName
{
background-color: #D769AB;
}
.BgClassName
{
background-color: #D769AB;
}
</style>
border-color css
<style>
span { border-color: #D769AB; }
span { border-color: rgb(215,105,171); }
td.TdClassName
{
border-color: #D769AB;
}
.TagClassName
{
border-color: #D769AB;
}
</style>