Shades of Hopbush #D0769F
Tints of Hopbush #D0769F
RGB
CMYK
RGB Variations
Color information
#D0769F (or 0xD0769F) is known color: Hopbush. HEX triplet: D0, 76 and 9F. RGB value is (208,118,159). Sum of RGB (Red+Green+Blue) = 208+118+159=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0769F is #2F8960. Grayscale: #959595. Windows color (decimal): -3115361 or 10450640. OLE color: 10450640.
HSL color Cylindrical-coordinate representation of color #D0769F: hue angle of 332.67º 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 #D0769F is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 159 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.18 |
| HSL | 332.67º | 0.49% | 0.64% | - |
| HSV(B) | 332.67º | 0.43% | 0.82% | - |
| XYZ | 38.75 | 28.87 | 36.33 | - |
| YUV | 149.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 159 | 0 | 0.43 | 0.24 | 0.18 | 332.67 | 0.49 | 0.64 |
| Hex | D0 | 76 | 9F | 0 | 2B | 18 | 12 | 14D | 31 | 40 |
| Octal | 320 | 166 | 237 | 0 | 53 | 30 | 22 | 515 | 61 | 100 |
| Binary | 11010000 | 1110110 | 10011111 | 0 | 101011 | 11000 | 10010 | 101001101 | 110001 | 1000000 |
Color Harmonies of #D0769F
Complementary color
Monochromatic Colors of #D0769F
Black with #D0769F
Text Example
Text Example
White with #D0769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0769F; }
p { color: rgb(208,118,159); }
H1.HeaderClassName
{
color: #D0769F;
}
.AnyTagClassName
{
color: #D0769F;
}
</style>
background-color css
<style>
a { background-color: #D0769F; }
a { background-color: rgb(208,118,159); }
div.DivClassName
{
background-color: #D0769F;
}
.BgClassName
{
background-color: #D0769F;
}
</style>
border-color css
<style>
span { border-color: #D0769F; }
span { border-color: rgb(208,118,159); }
td.TdClassName
{
border-color: #D0769F;
}
.TagClassName
{
border-color: #D0769F;
}
</style>