Shades of Hopbush #D273AE
Tints of Hopbush #D273AE
RGB
CMYK
RGB Variations
Color information
#D273AE (or 0xD273AE) is known color: Hopbush. HEX triplet: D2, 73 and AE. RGB value is (210,115,174). Sum of RGB (Red+Green+Blue) = 210+115+174=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D273AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D273AE is #2D8C51. Grayscale: #959595. Windows color (decimal): -2985042 or 11432914. OLE color: 11432914.
HSL color Cylindrical-coordinate representation of color #D273AE: hue angle of 322.74º 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 #D273AE is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 174 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.18 |
| HSL | 322.74º | 0.51% | 0.64% | - |
| HSV(B) | 322.74º | 0.45% | 0.82% | - |
| XYZ | 40.35 | 29.02 | 43.52 | - |
| YUV | 150.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 174 | 0 | 0.45 | 0.17 | 0.18 | 322.74 | 0.51 | 0.64 |
| Hex | D2 | 73 | AE | 0 | 2D | 11 | 12 | 143 | 33 | 40 |
| Octal | 322 | 163 | 256 | 0 | 55 | 21 | 22 | 503 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10101110 | 0 | 101101 | 10001 | 10010 | 101000011 | 110011 | 1000000 |
Color Harmonies of #D273AE
Complementary color
Monochromatic Colors of #D273AE
Black with #D273AE
Text Example
Text Example
White with #D273AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273AE; }
p { color: rgb(210,115,174); }
H1.HeaderClassName
{
color: #D273AE;
}
.AnyTagClassName
{
color: #D273AE;
}
</style>
background-color css
<style>
a { background-color: #D273AE; }
a { background-color: rgb(210,115,174); }
div.DivClassName
{
background-color: #D273AE;
}
.BgClassName
{
background-color: #D273AE;
}
</style>
border-color css
<style>
span { border-color: #D273AE; }
span { border-color: rgb(210,115,174); }
td.TdClassName
{
border-color: #D273AE;
}
.TagClassName
{
border-color: #D273AE;
}
</style>