Shades of Hopbush #D073B2
Tints of Hopbush #D073B2
RGB
CMYK
RGB Variations
Color information
#D073B2 (or 0xD073B2) is known color: Hopbush. HEX triplet: D0, 73 and B2. RGB value is (208,115,178). Sum of RGB (Red+Green+Blue) = 208+115+178=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D073B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D073B2 is #2F8C4D. Grayscale: #959595. Windows color (decimal): -3116110 or 11695056. OLE color: 11695056.
HSL color Cylindrical-coordinate representation of color #D073B2: hue angle of 319.35º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D073B2 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 178 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.18 |
| HSL | 319.35º | 0.5% | 0.63% | - |
| HSV(B) | 319.35º | 0.45% | 0.82% | - |
| XYZ | 40.18 | 28.89 | 45.58 | - |
| YUV | 149.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 178 | 0 | 0.45 | 0.14 | 0.18 | 319.35 | 0.5 | 0.63 |
| Hex | D0 | 73 | B2 | 0 | 2D | E | 12 | 13F | 32 | 3F |
| Octal | 320 | 163 | 262 | 0 | 55 | 16 | 22 | 477 | 62 | 77 |
| Binary | 11010000 | 1110011 | 10110010 | 0 | 101101 | 1110 | 10010 | 100111111 | 110010 | 111111 |
Color Harmonies of #D073B2
Complementary color
Monochromatic Colors of #D073B2
Black with #D073B2
Text Example
Text Example
White with #D073B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073B2; }
p { color: rgb(208,115,178); }
H1.HeaderClassName
{
color: #D073B2;
}
.AnyTagClassName
{
color: #D073B2;
}
</style>
background-color css
<style>
a { background-color: #D073B2; }
a { background-color: rgb(208,115,178); }
div.DivClassName
{
background-color: #D073B2;
}
.BgClassName
{
background-color: #D073B2;
}
</style>
border-color css
<style>
span { border-color: #D073B2; }
span { border-color: rgb(208,115,178); }
td.TdClassName
{
border-color: #D073B2;
}
.TagClassName
{
border-color: #D073B2;
}
</style>