Shades of Hopbush #D266A9
Tints of Hopbush #D266A9
RGB
CMYK
RGB Variations
Color information
#D266A9 (or 0xD266A9) is known color: Hopbush. HEX triplet: D2, 66 and A9. RGB value is (210,102,169). Sum of RGB (Red+Green+Blue) = 210+102+169=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D266A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D266A9 is #2D9956. Grayscale: #8D8D8D. Windows color (decimal): -2988375 or 11101906. OLE color: 11101906.
HSL color Cylindrical-coordinate representation of color #D266A9: hue angle of 322.78º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D266A9 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 169 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.18 |
| HSL | 322.78º | 0.55% | 0.61% | - |
| HSV(B) | 322.78º | 0.51% | 0.82% | - |
| XYZ | 38.49 | 26.07 | 40.54 | - |
| YUV | 141.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 169 | 0 | 0.51 | 0.20 | 0.18 | 322.78 | 0.55 | 0.61 |
| Hex | D2 | 66 | A9 | 0 | 33 | 14 | 12 | 143 | 37 | 3D |
| Octal | 322 | 146 | 251 | 0 | 63 | 24 | 22 | 503 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10101001 | 0 | 110011 | 10100 | 10010 | 101000011 | 110111 | 111101 |
Color Harmonies of #D266A9
Complementary color
Monochromatic Colors of #D266A9
Black with #D266A9
Text Example
Text Example
White with #D266A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266A9; }
p { color: rgb(210,102,169); }
H1.HeaderClassName
{
color: #D266A9;
}
.AnyTagClassName
{
color: #D266A9;
}
</style>
background-color css
<style>
a { background-color: #D266A9; }
a { background-color: rgb(210,102,169); }
div.DivClassName
{
background-color: #D266A9;
}
.BgClassName
{
background-color: #D266A9;
}
</style>
border-color css
<style>
span { border-color: #D266A9; }
span { border-color: rgb(210,102,169); }
td.TdClassName
{
border-color: #D266A9;
}
.TagClassName
{
border-color: #D266A9;
}
</style>