Shades of Hopbush #D273B3
Tints of Hopbush #D273B3
RGB
CMYK
RGB Variations
Color information
#D273B3 (or 0xD273B3) is known color: Hopbush. HEX triplet: D2, 73 and B3. RGB value is (210,115,179). Sum of RGB (Red+Green+Blue) = 210+115+179=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D273B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273B3 is #2D8C4C. Grayscale: #969696. Windows color (decimal): -2985037 or 11760594. OLE color: 11760594.
HSL color Cylindrical-coordinate representation of color #D273B3: hue angle of 319.58º 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 #D273B3 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 179 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.18 |
| HSL | 319.58º | 0.51% | 0.64% | - |
| HSV(B) | 319.58º | 0.45% | 0.82% | - |
| XYZ | 40.85 | 29.22 | 46.13 | - |
| YUV | 150.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 179 | 0 | 0.45 | 0.15 | 0.18 | 319.58 | 0.51 | 0.64 |
| Hex | D2 | 73 | B3 | 0 | 2D | F | 12 | 140 | 33 | 40 |
| Octal | 322 | 163 | 263 | 0 | 55 | 17 | 22 | 500 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10110011 | 0 | 101101 | 1111 | 10010 | 101000000 | 110011 | 1000000 |
Color Harmonies of #D273B3
Complementary color
Monochromatic Colors of #D273B3
Black with #D273B3
Text Example
Text Example
White with #D273B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273B3; }
p { color: rgb(210,115,179); }
H1.HeaderClassName
{
color: #D273B3;
}
.AnyTagClassName
{
color: #D273B3;
}
</style>
background-color css
<style>
a { background-color: #D273B3; }
a { background-color: rgb(210,115,179); }
div.DivClassName
{
background-color: #D273B3;
}
.BgClassName
{
background-color: #D273B3;
}
</style>
border-color css
<style>
span { border-color: #D273B3; }
span { border-color: rgb(210,115,179); }
td.TdClassName
{
border-color: #D273B3;
}
.TagClassName
{
border-color: #D273B3;
}
</style>