Shades of Hopbush #D273AB
Tints of Hopbush #D273AB
RGB
CMYK
RGB Variations
Color information
#D273AB (or 0xD273AB) is known color: Hopbush. HEX triplet: D2, 73 and AB. RGB value is (210,115,171). Sum of RGB (Red+Green+Blue) = 210+115+171=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D273AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D273AB is #2D8C54. Grayscale: #959595. Windows color (decimal): -2985045 or 11236306. OLE color: 11236306.
HSL color Cylindrical-coordinate representation of color #D273AB: hue angle of 324.63º 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 #D273AB is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 171 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.18 |
| HSL | 324.63º | 0.51% | 0.64% | - |
| HSV(B) | 324.63º | 0.45% | 0.82% | - |
| XYZ | 40.06 | 28.9 | 42 | - |
| YUV | 149.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 171 | 0 | 0.45 | 0.19 | 0.18 | 324.63 | 0.51 | 0.64 |
| Hex | D2 | 73 | AB | 0 | 2D | 13 | 12 | 145 | 33 | 40 |
| Octal | 322 | 163 | 253 | 0 | 55 | 23 | 22 | 505 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10101011 | 0 | 101101 | 10011 | 10010 | 101000101 | 110011 | 1000000 |
Color Harmonies of #D273AB
Complementary color
Monochromatic Colors of #D273AB
Black with #D273AB
Text Example
Text Example
White with #D273AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273AB; }
p { color: rgb(210,115,171); }
H1.HeaderClassName
{
color: #D273AB;
}
.AnyTagClassName
{
color: #D273AB;
}
</style>
background-color css
<style>
a { background-color: #D273AB; }
a { background-color: rgb(210,115,171); }
div.DivClassName
{
background-color: #D273AB;
}
.BgClassName
{
background-color: #D273AB;
}
</style>
border-color css
<style>
span { border-color: #D273AB; }
span { border-color: rgb(210,115,171); }
td.TdClassName
{
border-color: #D273AB;
}
.TagClassName
{
border-color: #D273AB;
}
</style>