Shades of Hopbush #D271B3
Tints of Hopbush #D271B3
RGB
CMYK
RGB Variations
Color information
#D271B3 (or 0xD271B3) is known color: Hopbush. HEX triplet: D2, 71 and B3. RGB value is (210,113,179). Sum of RGB (Red+Green+Blue) = 210+113+179=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D271B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271B3 is #2D8E4C. Grayscale: #959595. Windows color (decimal): -2985549 or 11760082. OLE color: 11760082.
HSL color Cylindrical-coordinate representation of color #D271B3: hue angle of 319.18º 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 #D271B3 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 179 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.18 |
| HSL | 319.18º | 0.52% | 0.63% | - |
| HSV(B) | 319.18º | 0.46% | 0.82% | - |
| XYZ | 40.62 | 28.77 | 46.06 | - |
| YUV | 149.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 179 | 0 | 0.46 | 0.15 | 0.18 | 319.18 | 0.52 | 0.63 |
| Hex | D2 | 71 | B3 | 0 | 2E | F | 12 | 13F | 34 | 3F |
| Octal | 322 | 161 | 263 | 0 | 56 | 17 | 22 | 477 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10110011 | 0 | 101110 | 1111 | 10010 | 100111111 | 110100 | 111111 |
Color Harmonies of #D271B3
Complementary color
Monochromatic Colors of #D271B3
Black with #D271B3
Text Example
Text Example
White with #D271B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271B3; }
p { color: rgb(210,113,179); }
H1.HeaderClassName
{
color: #D271B3;
}
.AnyTagClassName
{
color: #D271B3;
}
</style>
background-color css
<style>
a { background-color: #D271B3; }
a { background-color: rgb(210,113,179); }
div.DivClassName
{
background-color: #D271B3;
}
.BgClassName
{
background-color: #D271B3;
}
</style>
border-color css
<style>
span { border-color: #D271B3; }
span { border-color: rgb(210,113,179); }
td.TdClassName
{
border-color: #D271B3;
}
.TagClassName
{
border-color: #D271B3;
}
</style>