Shades of Hopbush #D273B2
Tints of Hopbush #D273B2
RGB
CMYK
RGB Variations
Color information
#D273B2 (or 0xD273B2) is known color: Hopbush. HEX triplet: D2, 73 and B2. RGB value is (210,115,178). Sum of RGB (Red+Green+Blue) = 210+115+178=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D273B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D273B2 is #2D8C4D. Grayscale: #969696. Windows color (decimal): -2985038 or 11695058. OLE color: 11695058.
HSL color Cylindrical-coordinate representation of color #D273B2: hue angle of 320.21º 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 #D273B2 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 178 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.18 |
| HSL | 320.21º | 0.51% | 0.64% | - |
| HSV(B) | 320.21º | 0.45% | 0.82% | - |
| XYZ | 40.74 | 29.18 | 45.6 | - |
| YUV | 150.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 178 | 0 | 0.45 | 0.15 | 0.18 | 320.21 | 0.51 | 0.64 |
| Hex | D2 | 73 | B2 | 0 | 2D | F | 12 | 140 | 33 | 40 |
| Octal | 322 | 163 | 262 | 0 | 55 | 17 | 22 | 500 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10110010 | 0 | 101101 | 1111 | 10010 | 101000000 | 110011 | 1000000 |
Color Harmonies of #D273B2
Complementary color
Monochromatic Colors of #D273B2
Black with #D273B2
Text Example
Text Example
White with #D273B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273B2; }
p { color: rgb(210,115,178); }
H1.HeaderClassName
{
color: #D273B2;
}
.AnyTagClassName
{
color: #D273B2;
}
</style>
background-color css
<style>
a { background-color: #D273B2; }
a { background-color: rgb(210,115,178); }
div.DivClassName
{
background-color: #D273B2;
}
.BgClassName
{
background-color: #D273B2;
}
</style>
border-color css
<style>
span { border-color: #D273B2; }
span { border-color: rgb(210,115,178); }
td.TdClassName
{
border-color: #D273B2;
}
.TagClassName
{
border-color: #D273B2;
}
</style>