Shades of Hopbush #D271B2
Tints of Hopbush #D271B2
RGB
CMYK
RGB Variations
Color information
#D271B2 (or 0xD271B2) is known color: Hopbush. HEX triplet: D2, 71 and B2. RGB value is (210,113,178). Sum of RGB (Red+Green+Blue) = 210+113+178=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D271B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D271B2 is #2D8E4D. Grayscale: #959595. Windows color (decimal): -2985550 or 11694546. OLE color: 11694546.
HSL color Cylindrical-coordinate representation of color #D271B2: hue angle of 319.79º 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 #D271B2 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 178 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.18 |
| HSL | 319.79º | 0.52% | 0.63% | - |
| HSV(B) | 319.79º | 0.46% | 0.82% | - |
| XYZ | 40.52 | 28.73 | 45.53 | - |
| YUV | 149.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 178 | 0 | 0.46 | 0.15 | 0.18 | 319.79 | 0.52 | 0.63 |
| Hex | D2 | 71 | B2 | 0 | 2E | F | 12 | 140 | 34 | 3F |
| Octal | 322 | 161 | 262 | 0 | 56 | 17 | 22 | 500 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10110010 | 0 | 101110 | 1111 | 10010 | 101000000 | 110100 | 111111 |
Color Harmonies of #D271B2
Complementary color
Monochromatic Colors of #D271B2
Black with #D271B2
Text Example
Text Example
White with #D271B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271B2; }
p { color: rgb(210,113,178); }
H1.HeaderClassName
{
color: #D271B2;
}
.AnyTagClassName
{
color: #D271B2;
}
</style>
background-color css
<style>
a { background-color: #D271B2; }
a { background-color: rgb(210,113,178); }
div.DivClassName
{
background-color: #D271B2;
}
.BgClassName
{
background-color: #D271B2;
}
</style>
border-color css
<style>
span { border-color: #D271B2; }
span { border-color: rgb(210,113,178); }
td.TdClassName
{
border-color: #D271B2;
}
.TagClassName
{
border-color: #D271B2;
}
</style>