Shades of Hopbush #D266A5
Tints of Hopbush #D266A5
RGB
CMYK
RGB Variations
Color information
#D266A5 (or 0xD266A5) is known color: Hopbush. HEX triplet: D2, 66 and A5. RGB value is (210,102,165). Sum of RGB (Red+Green+Blue) = 210+102+165=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D266A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D266A5 is #2D995A. Grayscale: #8D8D8D. Windows color (decimal): -2988379 or 10839762. OLE color: 10839762.
HSL color Cylindrical-coordinate representation of color #D266A5: hue angle of 325º 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 #D266A5 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 165 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.18 |
| HSL | 325º | 0.55% | 0.61% | - |
| HSV(B) | 325º | 0.51% | 0.82% | - |
| XYZ | 38.12 | 25.92 | 38.59 | - |
| YUV | 141.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 165 | 0 | 0.51 | 0.21 | 0.18 | 325 | 0.55 | 0.61 |
| Hex | D2 | 66 | A5 | 0 | 33 | 15 | 12 | 145 | 37 | 3D |
| Octal | 322 | 146 | 245 | 0 | 63 | 25 | 22 | 505 | 67 | 75 |
| Binary | 11010010 | 1100110 | 10100101 | 0 | 110011 | 10101 | 10010 | 101000101 | 110111 | 111101 |
Color Harmonies of #D266A5
Complementary color
Monochromatic Colors of #D266A5
Black with #D266A5
Text Example
Text Example
White with #D266A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266A5; }
p { color: rgb(210,102,165); }
H1.HeaderClassName
{
color: #D266A5;
}
.AnyTagClassName
{
color: #D266A5;
}
</style>
background-color css
<style>
a { background-color: #D266A5; }
a { background-color: rgb(210,102,165); }
div.DivClassName
{
background-color: #D266A5;
}
.BgClassName
{
background-color: #D266A5;
}
</style>
border-color css
<style>
span { border-color: #D266A5; }
span { border-color: rgb(210,102,165); }
td.TdClassName
{
border-color: #D266A5;
}
.TagClassName
{
border-color: #D266A5;
}
</style>