Shades of Hopbush #D2769A
Tints of Hopbush #D2769A
RGB
CMYK
RGB Variations
Color information
#D2769A (or 0xD2769A) is known color: Hopbush. HEX triplet: D2, 76 and 9A. RGB value is (210,118,154). Sum of RGB (Red+Green+Blue) = 210+118+154=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2769A is #2D8965. Grayscale: #959595. Windows color (decimal): -2984294 or 10122962. OLE color: 10122962.
HSL color Cylindrical-coordinate representation of color #D2769A: hue angle of 336.52º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2769A is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 154 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.18 |
| HSL | 336.52º | 0.51% | 0.64% | - |
| HSV(B) | 336.52º | 0.44% | 0.82% | - |
| XYZ | 38.89 | 28.99 | 34.12 | - |
| YUV | 149.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 154 | 0 | 0.44 | 0.27 | 0.18 | 336.52 | 0.51 | 0.64 |
| Hex | D2 | 76 | 9A | 0 | 2C | 1B | 12 | 151 | 33 | 40 |
| Octal | 322 | 166 | 232 | 0 | 54 | 33 | 22 | 521 | 63 | 100 |
| Binary | 11010010 | 1110110 | 10011010 | 0 | 101100 | 11011 | 10010 | 101010001 | 110011 | 1000000 |
Color Harmonies of #D2769A
Complementary color
Monochromatic Colors of #D2769A
Black with #D2769A
Text Example
Text Example
White with #D2769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2769A; }
p { color: rgb(210,118,154); }
H1.HeaderClassName
{
color: #D2769A;
}
.AnyTagClassName
{
color: #D2769A;
}
</style>
background-color css
<style>
a { background-color: #D2769A; }
a { background-color: rgb(210,118,154); }
div.DivClassName
{
background-color: #D2769A;
}
.BgClassName
{
background-color: #D2769A;
}
</style>
border-color css
<style>
span { border-color: #D2769A; }
span { border-color: rgb(210,118,154); }
td.TdClassName
{
border-color: #D2769A;
}
.TagClassName
{
border-color: #D2769A;
}
</style>