Shades of Hopbush #D273B1
Tints of Hopbush #D273B1
RGB
CMYK
RGB Variations
Color information
#D273B1 (or 0xD273B1) is known color: Hopbush. HEX triplet: D2, 73 and B1. RGB value is (210,115,177). Sum of RGB (Red+Green+Blue) = 210+115+177=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D273B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D273B1 is #2D8C4E. Grayscale: #969696. Windows color (decimal): -2985039 or 11629522. OLE color: 11629522.
HSL color Cylindrical-coordinate representation of color #D273B1: hue angle of 320.84º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D273B1 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 177 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.18 |
| HSL | 320.84º | 0.51% | 0.64% | - |
| HSV(B) | 320.84º | 0.45% | 0.82% | - |
| XYZ | 40.64 | 29.14 | 45.08 | - |
| YUV | 150.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 177 | 0 | 0.45 | 0.16 | 0.18 | 320.84 | 0.51 | 0.64 |
| Hex | D2 | 73 | B1 | 0 | 2D | 10 | 12 | 141 | 33 | 40 |
| Octal | 322 | 163 | 261 | 0 | 55 | 20 | 22 | 501 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10110001 | 0 | 101101 | 10000 | 10010 | 101000001 | 110011 | 1000000 |
Color Harmonies of #D273B1
Complementary color
Monochromatic Colors of #D273B1
Black with #D273B1
Text Example
Text Example
White with #D273B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273B1; }
p { color: rgb(210,115,177); }
H1.HeaderClassName
{
color: #D273B1;
}
.AnyTagClassName
{
color: #D273B1;
}
</style>
background-color css
<style>
a { background-color: #D273B1; }
a { background-color: rgb(210,115,177); }
div.DivClassName
{
background-color: #D273B1;
}
.BgClassName
{
background-color: #D273B1;
}
</style>
border-color css
<style>
span { border-color: #D273B1; }
span { border-color: rgb(210,115,177); }
td.TdClassName
{
border-color: #D273B1;
}
.TagClassName
{
border-color: #D273B1;
}
</style>