Shades of Hopbush #D275A0
Tints of Hopbush #D275A0
RGB
CMYK
RGB Variations
Color information
#D275A0 (or 0xD275A0) is known color: Hopbush. HEX triplet: D2, 75 and A0. RGB value is (210,117,160). Sum of RGB (Red+Green+Blue) = 210+117+160=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D275A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D275A0 is #2D8A5F. Grayscale: #959595. Windows color (decimal): -2984544 or 10515922. OLE color: 10515922.
HSL color Cylindrical-coordinate representation of color #D275A0: hue angle of 332.26º 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 #D275A0 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 160 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.18 |
| HSL | 332.26º | 0.51% | 0.64% | - |
| HSV(B) | 332.26º | 0.44% | 0.82% | - |
| XYZ | 39.28 | 28.96 | 36.78 | - |
| YUV | 149.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 160 | 0 | 0.44 | 0.24 | 0.18 | 332.26 | 0.51 | 0.64 |
| Hex | D2 | 75 | A0 | 0 | 2C | 18 | 12 | 14C | 33 | 40 |
| Octal | 322 | 165 | 240 | 0 | 54 | 30 | 22 | 514 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10100000 | 0 | 101100 | 11000 | 10010 | 101001100 | 110011 | 1000000 |
Color Harmonies of #D275A0
Complementary color
Monochromatic Colors of #D275A0
Black with #D275A0
Text Example
Text Example
White with #D275A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275A0; }
p { color: rgb(210,117,160); }
H1.HeaderClassName
{
color: #D275A0;
}
.AnyTagClassName
{
color: #D275A0;
}
</style>
background-color css
<style>
a { background-color: #D275A0; }
a { background-color: rgb(210,117,160); }
div.DivClassName
{
background-color: #D275A0;
}
.BgClassName
{
background-color: #D275A0;
}
</style>
border-color css
<style>
span { border-color: #D275A0; }
span { border-color: rgb(210,117,160); }
td.TdClassName
{
border-color: #D275A0;
}
.TagClassName
{
border-color: #D275A0;
}
</style>