Shades of Hopbush #D275A9
Tints of Hopbush #D275A9
RGB
CMYK
RGB Variations
Color information
#D275A9 (or 0xD275A9) is known color: Hopbush. HEX triplet: D2, 75 and A9. RGB value is (210,117,169). Sum of RGB (Red+Green+Blue) = 210+117+169=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D275A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275A9 is #2D8A56. Grayscale: #969696. Windows color (decimal): -2984535 or 11105746. OLE color: 11105746.
HSL color Cylindrical-coordinate representation of color #D275A9: hue angle of 326.45º 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 #D275A9 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 169 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.18 |
| HSL | 326.45º | 0.51% | 0.64% | - |
| HSV(B) | 326.45º | 0.44% | 0.82% | - |
| XYZ | 40.1 | 29.29 | 41.08 | - |
| YUV | 150.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 169 | 0 | 0.44 | 0.20 | 0.18 | 326.45 | 0.51 | 0.64 |
| Hex | D2 | 75 | A9 | 0 | 2C | 14 | 12 | 146 | 33 | 40 |
| Octal | 322 | 165 | 251 | 0 | 54 | 24 | 22 | 506 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10101001 | 0 | 101100 | 10100 | 10010 | 101000110 | 110011 | 1000000 |
Color Harmonies of #D275A9
Complementary color
Monochromatic Colors of #D275A9
Black with #D275A9
Text Example
Text Example
White with #D275A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275A9; }
p { color: rgb(210,117,169); }
H1.HeaderClassName
{
color: #D275A9;
}
.AnyTagClassName
{
color: #D275A9;
}
</style>
background-color css
<style>
a { background-color: #D275A9; }
a { background-color: rgb(210,117,169); }
div.DivClassName
{
background-color: #D275A9;
}
.BgClassName
{
background-color: #D275A9;
}
</style>
border-color css
<style>
span { border-color: #D275A9; }
span { border-color: rgb(210,117,169); }
td.TdClassName
{
border-color: #D275A9;
}
.TagClassName
{
border-color: #D275A9;
}
</style>