Shades of Hopbush #D07593
Tints of Hopbush #D07593
RGB
CMYK
RGB Variations
Color information
#D07593 (or 0xD07593) is known color: Hopbush. HEX triplet: D0, 75 and 93. RGB value is (208,117,147). Sum of RGB (Red+Green+Blue) = 208+117+147=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D07593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07593 is #2F8A6C. Grayscale: #939393. Windows color (decimal): -3115629 or 9663952. OLE color: 9663952.
HSL color Cylindrical-coordinate representation of color #D07593: hue angle of 340.22º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07593 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 147 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.18 |
| HSL | 340.22º | 0.49% | 0.64% | - |
| HSV(B) | 340.22º | 0.44% | 0.82% | - |
| XYZ | 37.64 | 28.24 | 31.07 | - |
| YUV | 147.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 147 | 0 | 0.44 | 0.29 | 0.18 | 340.22 | 0.49 | 0.64 |
| Hex | D0 | 75 | 93 | 0 | 2C | 1D | 12 | 154 | 31 | 40 |
| Octal | 320 | 165 | 223 | 0 | 54 | 35 | 22 | 524 | 61 | 100 |
| Binary | 11010000 | 1110101 | 10010011 | 0 | 101100 | 11101 | 10010 | 101010100 | 110001 | 1000000 |
Color Harmonies of #D07593
Complementary color
Monochromatic Colors of #D07593
Black with #D07593
Text Example
Text Example
White with #D07593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07593; }
p { color: rgb(208,117,147); }
H1.HeaderClassName
{
color: #D07593;
}
.AnyTagClassName
{
color: #D07593;
}
</style>
background-color css
<style>
a { background-color: #D07593; }
a { background-color: rgb(208,117,147); }
div.DivClassName
{
background-color: #D07593;
}
.BgClassName
{
background-color: #D07593;
}
</style>
border-color css
<style>
span { border-color: #D07593; }
span { border-color: rgb(208,117,147); }
td.TdClassName
{
border-color: #D07593;
}
.TagClassName
{
border-color: #D07593;
}
</style>