Shades of Hopbush #D271AD
Tints of Hopbush #D271AD
RGB
CMYK
RGB Variations
Color information
#D271AD (or 0xD271AD) is known color: Hopbush. HEX triplet: D2, 71 and AD. RGB value is (210,113,173). Sum of RGB (Red+Green+Blue) = 210+113+173=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D271AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D271AD is #2D8E52. Grayscale: #949494. Windows color (decimal): -2985555 or 11366866. OLE color: 11366866.
HSL color Cylindrical-coordinate representation of color #D271AD: hue angle of 322.89º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D271AD is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 173 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.18 |
| HSL | 322.89º | 0.52% | 0.63% | - |
| HSV(B) | 322.89º | 0.46% | 0.82% | - |
| XYZ | 40.03 | 28.53 | 42.93 | - |
| YUV | 148.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 173 | 0 | 0.46 | 0.18 | 0.18 | 322.89 | 0.52 | 0.63 |
| Hex | D2 | 71 | AD | 0 | 2E | 12 | 12 | 143 | 34 | 3F |
| Octal | 322 | 161 | 255 | 0 | 56 | 22 | 22 | 503 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10101101 | 0 | 101110 | 10010 | 10010 | 101000011 | 110100 | 111111 |
Color Harmonies of #D271AD
Complementary color
Monochromatic Colors of #D271AD
Black with #D271AD
Text Example
Text Example
White with #D271AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271AD; }
p { color: rgb(210,113,173); }
H1.HeaderClassName
{
color: #D271AD;
}
.AnyTagClassName
{
color: #D271AD;
}
</style>
background-color css
<style>
a { background-color: #D271AD; }
a { background-color: rgb(210,113,173); }
div.DivClassName
{
background-color: #D271AD;
}
.BgClassName
{
background-color: #D271AD;
}
</style>
border-color css
<style>
span { border-color: #D271AD; }
span { border-color: rgb(210,113,173); }
td.TdClassName
{
border-color: #D271AD;
}
.TagClassName
{
border-color: #D271AD;
}
</style>