Shades of Hopbush #D266A0
Tints of Hopbush #D266A0
RGB
CMYK
RGB Variations
Color information
#D266A0 (or 0xD266A0) is known color: Hopbush. HEX triplet: D2, 66 and A0. RGB value is (210,102,160). Sum of RGB (Red+Green+Blue) = 210+102+160=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D266A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D266A0 is #2D995F. Grayscale: #8C8C8C. Windows color (decimal): -2988384 or 10512082. OLE color: 10512082.
HSL color Cylindrical-coordinate representation of color #D266A0: hue angle of 327.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 #D266A0 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 160 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.18 |
| HSL | 327.78º | 0.55% | 0.61% | - |
| HSV(B) | 327.78º | 0.51% | 0.82% | - |
| XYZ | 37.67 | 25.74 | 36.24 | - |
| YUV | 140.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 160 | 0 | 0.51 | 0.24 | 0.18 | 327.78 | 0.55 | 0.61 |
| Hex | D2 | 66 | A0 | 0 | 33 | 18 | 12 | 148 | 37 | 3D |
| Octal | 322 | 146 | 240 | 0 | 63 | 30 | 22 | 510 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10100000 | 0 | 110011 | 11000 | 10010 | 101001000 | 110111 | 111101 |
Color Harmonies of #D266A0
Complementary color
Monochromatic Colors of #D266A0
Black with #D266A0
Text Example
Text Example
White with #D266A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266A0; }
p { color: rgb(210,102,160); }
H1.HeaderClassName
{
color: #D266A0;
}
.AnyTagClassName
{
color: #D266A0;
}
</style>
background-color css
<style>
a { background-color: #D266A0; }
a { background-color: rgb(210,102,160); }
div.DivClassName
{
background-color: #D266A0;
}
.BgClassName
{
background-color: #D266A0;
}
</style>
border-color css
<style>
span { border-color: #D266A0; }
span { border-color: rgb(210,102,160); }
td.TdClassName
{
border-color: #D266A0;
}
.TagClassName
{
border-color: #D266A0;
}
</style>