Shades of Hopbush #D273A3
Tints of Hopbush #D273A3
RGB
CMYK
RGB Variations
Color information
#D273A3 (or 0xD273A3) is known color: Hopbush. HEX triplet: D2, 73 and A3. RGB value is (210,115,163). Sum of RGB (Red+Green+Blue) = 210+115+163=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D273A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D273A3 is #2D8C5C. Grayscale: #949494. Windows color (decimal): -2985053 or 10712018. OLE color: 10712018.
HSL color Cylindrical-coordinate representation of color #D273A3: hue angle of 329.68º 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 #D273A3 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 163 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.18 |
| HSL | 329.68º | 0.51% | 0.64% | - |
| HSV(B) | 329.68º | 0.45% | 0.82% | - |
| XYZ | 39.32 | 28.61 | 38.1 | - |
| YUV | 148.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 163 | 0 | 0.45 | 0.22 | 0.18 | 329.68 | 0.51 | 0.64 |
| Hex | D2 | 73 | A3 | 0 | 2D | 16 | 12 | 14A | 33 | 40 |
| Octal | 322 | 163 | 243 | 0 | 55 | 26 | 22 | 512 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10100011 | 0 | 101101 | 10110 | 10010 | 101001010 | 110011 | 1000000 |
Color Harmonies of #D273A3
Complementary color
Monochromatic Colors of #D273A3
Black with #D273A3
Text Example
Text Example
White with #D273A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273A3; }
p { color: rgb(210,115,163); }
H1.HeaderClassName
{
color: #D273A3;
}
.AnyTagClassName
{
color: #D273A3;
}
</style>
background-color css
<style>
a { background-color: #D273A3; }
a { background-color: rgb(210,115,163); }
div.DivClassName
{
background-color: #D273A3;
}
.BgClassName
{
background-color: #D273A3;
}
</style>
border-color css
<style>
span { border-color: #D273A3; }
span { border-color: rgb(210,115,163); }
td.TdClassName
{
border-color: #D273A3;
}
.TagClassName
{
border-color: #D273A3;
}
</style>