Shades of Hopbush #D07193
Tints of Hopbush #D07193
RGB
CMYK
RGB Variations
Color information
#D07193 (or 0xD07193) is known color: Hopbush. HEX triplet: D0, 71 and 93. RGB value is (208,113,147). Sum of RGB (Red+Green+Blue) = 208+113+147=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D07193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07193 is #2F8E6C. Grayscale: #919191. Windows color (decimal): -3116653 or 9662928. OLE color: 9662928.
HSL color Cylindrical-coordinate representation of color #D07193: hue angle of 338.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07193 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 147 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.18 |
| HSL | 338.53º | 0.5% | 0.63% | - |
| HSV(B) | 338.53º | 0.46% | 0.82% | - |
| XYZ | 37.18 | 27.33 | 30.92 | - |
| YUV | 145.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 147 | 0 | 0.46 | 0.29 | 0.18 | 338.53 | 0.5 | 0.63 |
| Hex | D0 | 71 | 93 | 0 | 2E | 1D | 12 | 153 | 32 | 3F |
| Octal | 320 | 161 | 223 | 0 | 56 | 35 | 22 | 523 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10010011 | 0 | 101110 | 11101 | 10010 | 101010011 | 110010 | 111111 |
Color Harmonies of #D07193
Complementary color
Monochromatic Colors of #D07193
Black with #D07193
Text Example
Text Example
White with #D07193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07193; }
p { color: rgb(208,113,147); }
H1.HeaderClassName
{
color: #D07193;
}
.AnyTagClassName
{
color: #D07193;
}
</style>
background-color css
<style>
a { background-color: #D07193; }
a { background-color: rgb(208,113,147); }
div.DivClassName
{
background-color: #D07193;
}
.BgClassName
{
background-color: #D07193;
}
</style>
border-color css
<style>
span { border-color: #D07193; }
span { border-color: rgb(208,113,147); }
td.TdClassName
{
border-color: #D07193;
}
.TagClassName
{
border-color: #D07193;
}
</style>