Shades of Hopbush #D271AB
Tints of Hopbush #D271AB
RGB
CMYK
RGB Variations
Color information
#D271AB (or 0xD271AB) is known color: Hopbush. HEX triplet: D2, 71 and AB. RGB value is (210,113,171). Sum of RGB (Red+Green+Blue) = 210+113+171=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D271AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D271AB is #2D8E54. Grayscale: #949494. Windows color (decimal): -2985557 or 11235794. OLE color: 11235794.
HSL color Cylindrical-coordinate representation of color #D271AB: hue angle of 324.12º 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 #D271AB is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 171 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.18 |
| HSL | 324.12º | 0.52% | 0.63% | - |
| HSV(B) | 324.12º | 0.46% | 0.82% | - |
| XYZ | 39.83 | 28.45 | 41.92 | - |
| YUV | 148.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 171 | 0 | 0.46 | 0.19 | 0.18 | 324.12 | 0.52 | 0.63 |
| Hex | D2 | 71 | AB | 0 | 2E | 13 | 12 | 144 | 34 | 3F |
| Octal | 322 | 161 | 253 | 0 | 56 | 23 | 22 | 504 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10101011 | 0 | 101110 | 10011 | 10010 | 101000100 | 110100 | 111111 |
Color Harmonies of #D271AB
Complementary color
Monochromatic Colors of #D271AB
Black with #D271AB
Text Example
Text Example
White with #D271AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271AB; }
p { color: rgb(210,113,171); }
H1.HeaderClassName
{
color: #D271AB;
}
.AnyTagClassName
{
color: #D271AB;
}
</style>
background-color css
<style>
a { background-color: #D271AB; }
a { background-color: rgb(210,113,171); }
div.DivClassName
{
background-color: #D271AB;
}
.BgClassName
{
background-color: #D271AB;
}
</style>
border-color css
<style>
span { border-color: #D271AB; }
span { border-color: rgb(210,113,171); }
td.TdClassName
{
border-color: #D271AB;
}
.TagClassName
{
border-color: #D271AB;
}
</style>