Shades of Hopbush #D0769B
Tints of Hopbush #D0769B
RGB
CMYK
RGB Variations
Color information
#D0769B (or 0xD0769B) is known color: Hopbush. HEX triplet: D0, 76 and 9B. RGB value is (208,118,155). Sum of RGB (Red+Green+Blue) = 208+118+155=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0769B is #2F8964. Grayscale: #959595. Windows color (decimal): -3115365 or 10188496. OLE color: 10188496.
HSL color Cylindrical-coordinate representation of color #D0769B: hue angle of 335.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0769B is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 155 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.18 |
| HSL | 335.33º | 0.49% | 0.64% | - |
| HSV(B) | 335.33º | 0.43% | 0.82% | - |
| XYZ | 38.41 | 28.73 | 34.53 | - |
| YUV | 149.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 155 | 0 | 0.43 | 0.25 | 0.18 | 335.33 | 0.49 | 0.64 |
| Hex | D0 | 76 | 9B | 0 | 2B | 19 | 12 | 14F | 31 | 40 |
| Octal | 320 | 166 | 233 | 0 | 53 | 31 | 22 | 517 | 61 | 100 |
| Binary | 11010000 | 1110110 | 10011011 | 0 | 101011 | 11001 | 10010 | 101001111 | 110001 | 1000000 |
Color Harmonies of #D0769B
Complementary color
Monochromatic Colors of #D0769B
Black with #D0769B
Text Example
Text Example
White with #D0769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0769B; }
p { color: rgb(208,118,155); }
H1.HeaderClassName
{
color: #D0769B;
}
.AnyTagClassName
{
color: #D0769B;
}
</style>
background-color css
<style>
a { background-color: #D0769B; }
a { background-color: rgb(208,118,155); }
div.DivClassName
{
background-color: #D0769B;
}
.BgClassName
{
background-color: #D0769B;
}
</style>
border-color css
<style>
span { border-color: #D0769B; }
span { border-color: rgb(208,118,155); }
td.TdClassName
{
border-color: #D0769B;
}
.TagClassName
{
border-color: #D0769B;
}
</style>