Shades of Hopbush #D271AC
Tints of Hopbush #D271AC
RGB
CMYK
RGB Variations
Color information
#D271AC (or 0xD271AC) is known color: Hopbush. HEX triplet: D2, 71 and AC. RGB value is (210,113,172). Sum of RGB (Red+Green+Blue) = 210+113+172=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D271AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D271AC is #2D8E53. Grayscale: #949494. Windows color (decimal): -2985556 or 11301330. OLE color: 11301330.
HSL color Cylindrical-coordinate representation of color #D271AC: hue angle of 323.51º 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 #D271AC is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 172 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.18 |
| HSL | 323.51º | 0.52% | 0.63% | - |
| HSV(B) | 323.51º | 0.46% | 0.82% | - |
| XYZ | 39.93 | 28.49 | 42.42 | - |
| YUV | 148.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 172 | 0 | 0.46 | 0.18 | 0.18 | 323.51 | 0.52 | 0.63 |
| Hex | D2 | 71 | AC | 0 | 2E | 12 | 12 | 144 | 34 | 3F |
| Octal | 322 | 161 | 254 | 0 | 56 | 22 | 22 | 504 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10101100 | 0 | 101110 | 10010 | 10010 | 101000100 | 110100 | 111111 |
Color Harmonies of #D271AC
Complementary color
Monochromatic Colors of #D271AC
Black with #D271AC
Text Example
Text Example
White with #D271AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271AC; }
p { color: rgb(210,113,172); }
H1.HeaderClassName
{
color: #D271AC;
}
.AnyTagClassName
{
color: #D271AC;
}
</style>
background-color css
<style>
a { background-color: #D271AC; }
a { background-color: rgb(210,113,172); }
div.DivClassName
{
background-color: #D271AC;
}
.BgClassName
{
background-color: #D271AC;
}
</style>
border-color css
<style>
span { border-color: #D271AC; }
span { border-color: rgb(210,113,172); }
td.TdClassName
{
border-color: #D271AC;
}
.TagClassName
{
border-color: #D271AC;
}
</style>