Shades of Hopbush #D769B1
Tints of Hopbush #D769B1
RGB
CMYK
RGB Variations
Color information
#D769B1 (or 0xD769B1) is known color: Hopbush. HEX triplet: D7, 69 and B1. RGB value is (215,105,177). Sum of RGB (Red+Green+Blue) = 215+105+177=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D769B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D769B1 is #28964E. Grayscale: #919191. Windows color (decimal): -2659919 or 11626967. OLE color: 11626967.
HSL color Cylindrical-coordinate representation of color #D769B1: hue angle of 320.73º 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 #D769B1 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 177 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.16 |
| HSL | 320.73º | 0.58% | 0.63% | - |
| HSV(B) | 320.73º | 0.51% | 0.84% | - |
| XYZ | 41.01 | 27.72 | 44.78 | - |
| YUV | 146.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 177 | 0 | 0.51 | 0.18 | 0.16 | 320.73 | 0.58 | 0.63 |
| Hex | D7 | 69 | B1 | 0 | 33 | 12 | 10 | 141 | 3A | 3F |
| Octal | 327 | 151 | 261 | 0 | 63 | 22 | 20 | 501 | 72 | 77 |
| Binary | 11010111 | 1101001 | 10110001 | 0 | 110011 | 10010 | 10000 | 101000001 | 111010 | 111111 |
Color Harmonies of #D769B1
Complementary color
Monochromatic Colors of #D769B1
Black with #D769B1
Text Example
Text Example
White with #D769B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D769B1; }
p { color: rgb(215,105,177); }
H1.HeaderClassName
{
color: #D769B1;
}
.AnyTagClassName
{
color: #D769B1;
}
</style>
background-color css
<style>
a { background-color: #D769B1; }
a { background-color: rgb(215,105,177); }
div.DivClassName
{
background-color: #D769B1;
}
.BgClassName
{
background-color: #D769B1;
}
</style>
border-color css
<style>
span { border-color: #D769B1; }
span { border-color: rgb(215,105,177); }
td.TdClassName
{
border-color: #D769B1;
}
.TagClassName
{
border-color: #D769B1;
}
</style>