Shades of Hopbush #D073B1
Tints of Hopbush #D073B1
RGB
CMYK
RGB Variations
Color information
#D073B1 (or 0xD073B1) is known color: Hopbush. HEX triplet: D0, 73 and B1. RGB value is (208,115,177). Sum of RGB (Red+Green+Blue) = 208+115+177=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D073B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D073B1 is #2F8C4E. Grayscale: #959595. Windows color (decimal): -3116111 or 11629520. OLE color: 11629520.
HSL color Cylindrical-coordinate representation of color #D073B1: hue angle of 320º 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 #D073B1 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 177 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.18 |
| HSL | 320º | 0.5% | 0.63% | - |
| HSV(B) | 320º | 0.45% | 0.82% | - |
| XYZ | 40.08 | 28.85 | 45.05 | - |
| YUV | 149.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 177 | 0 | 0.45 | 0.15 | 0.18 | 320 | 0.5 | 0.63 |
| Hex | D0 | 73 | B1 | 0 | 2D | F | 12 | 140 | 32 | 3F |
| Octal | 320 | 163 | 261 | 0 | 55 | 17 | 22 | 500 | 62 | 77 |
| Binary | 11010000 | 1110011 | 10110001 | 0 | 101101 | 1111 | 10010 | 101000000 | 110010 | 111111 |
Color Harmonies of #D073B1
Complementary color
Monochromatic Colors of #D073B1
Black with #D073B1
Text Example
Text Example
White with #D073B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073B1; }
p { color: rgb(208,115,177); }
H1.HeaderClassName
{
color: #D073B1;
}
.AnyTagClassName
{
color: #D073B1;
}
</style>
background-color css
<style>
a { background-color: #D073B1; }
a { background-color: rgb(208,115,177); }
div.DivClassName
{
background-color: #D073B1;
}
.BgClassName
{
background-color: #D073B1;
}
</style>
border-color css
<style>
span { border-color: #D073B1; }
span { border-color: rgb(208,115,177); }
td.TdClassName
{
border-color: #D073B1;
}
.TagClassName
{
border-color: #D073B1;
}
</style>