Shades of Hopbush #D273A6
Tints of Hopbush #D273A6
RGB
CMYK
RGB Variations
Color information
#D273A6 (or 0xD273A6) is known color: Hopbush. HEX triplet: D2, 73 and A6. RGB value is (210,115,166). Sum of RGB (Red+Green+Blue) = 210+115+166=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D273A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D273A6 is #2D8C59. Grayscale: #959595. Windows color (decimal): -2985050 or 10908626. OLE color: 10908626.
HSL color Cylindrical-coordinate representation of color #D273A6: hue angle of 327.79º 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 #D273A6 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 166 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.18 |
| HSL | 327.79º | 0.51% | 0.64% | - |
| HSV(B) | 327.79º | 0.45% | 0.82% | - |
| XYZ | 39.59 | 28.72 | 39.53 | - |
| YUV | 149.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 166 | 0 | 0.45 | 0.21 | 0.18 | 327.79 | 0.51 | 0.64 |
| Hex | D2 | 73 | A6 | 0 | 2D | 15 | 12 | 148 | 33 | 40 |
| Octal | 322 | 163 | 246 | 0 | 55 | 25 | 22 | 510 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10100110 | 0 | 101101 | 10101 | 10010 | 101001000 | 110011 | 1000000 |
Color Harmonies of #D273A6
Complementary color
Monochromatic Colors of #D273A6
Black with #D273A6
Text Example
Text Example
White with #D273A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273A6; }
p { color: rgb(210,115,166); }
H1.HeaderClassName
{
color: #D273A6;
}
.AnyTagClassName
{
color: #D273A6;
}
</style>
background-color css
<style>
a { background-color: #D273A6; }
a { background-color: rgb(210,115,166); }
div.DivClassName
{
background-color: #D273A6;
}
.BgClassName
{
background-color: #D273A6;
}
</style>
border-color css
<style>
span { border-color: #D273A6; }
span { border-color: rgb(210,115,166); }
td.TdClassName
{
border-color: #D273A6;
}
.TagClassName
{
border-color: #D273A6;
}
</style>