Shades of Hopbush #D07090
Tints of Hopbush #D07090
RGB
CMYK
RGB Variations
Color information
#D07090 (or 0xD07090) is known color: Hopbush. HEX triplet: D0, 70 and 90. RGB value is (208,112,144). Sum of RGB (Red+Green+Blue) = 208+112+144=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D07090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07090 is #2F8F6F. Grayscale: #909090. Windows color (decimal): -3116912 or 9466064. OLE color: 9466064.
HSL color Cylindrical-coordinate representation of color #D07090: hue angle of 340º degrees, saturation: 0.51, 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 #D07090 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 144 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.18 |
| HSL | 340º | 0.51% | 0.63% | - |
| HSV(B) | 340º | 0.46% | 0.82% | - |
| XYZ | 36.84 | 27.01 | 29.66 | - |
| YUV | 144.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 144 | 0 | 0.46 | 0.31 | 0.18 | 340 | 0.51 | 0.63 |
| Hex | D0 | 70 | 90 | 0 | 2E | 1F | 12 | 154 | 33 | 3F |
| Octal | 320 | 160 | 220 | 0 | 56 | 37 | 22 | 524 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10010000 | 0 | 101110 | 11111 | 10010 | 101010100 | 110011 | 111111 |
Color Harmonies of #D07090
Complementary color
Monochromatic Colors of #D07090
Black with #D07090
Text Example
Text Example
White with #D07090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07090; }
p { color: rgb(208,112,144); }
H1.HeaderClassName
{
color: #D07090;
}
.AnyTagClassName
{
color: #D07090;
}
</style>
background-color css
<style>
a { background-color: #D07090; }
a { background-color: rgb(208,112,144); }
div.DivClassName
{
background-color: #D07090;
}
.BgClassName
{
background-color: #D07090;
}
</style>
border-color css
<style>
span { border-color: #D07090; }
span { border-color: rgb(208,112,144); }
td.TdClassName
{
border-color: #D07090;
}
.TagClassName
{
border-color: #D07090;
}
</style>