Shades of Hopbush #D06088
Tints of Hopbush #D06088
RGB
CMYK
RGB Variations
Color information
#D06088 (or 0xD06088) is known color: Hopbush. HEX triplet: D0, 60 and 88. RGB value is (208,96,136). Sum of RGB (Red+Green+Blue) = 208+96+136=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D06088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06088 is #2F9F77. Grayscale: #868686. Windows color (decimal): -3121016 or 8937680. OLE color: 8937680.
HSL color Cylindrical-coordinate representation of color #D06088: hue angle of 338.57º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06088 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 136 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.18 |
| HSL | 338.57º | 0.54% | 0.6% | - |
| HSV(B) | 338.57º | 0.54% | 0.82% | - |
| XYZ | 34.64 | 23.55 | 26.01 | - |
| YUV | 134.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 136 | 0 | 0.54 | 0.35 | 0.18 | 338.57 | 0.54 | 0.6 |
| Hex | D0 | 60 | 88 | 0 | 36 | 23 | 12 | 153 | 36 | 3C |
| Octal | 320 | 140 | 210 | 0 | 66 | 43 | 22 | 523 | 66 | 74 |
| Binary | 11010000 | 1100000 | 10001000 | 0 | 110110 | 100011 | 10010 | 101010011 | 110110 | 111100 |
Color Harmonies of #D06088
Complementary color
Monochromatic Colors of #D06088
Black with #D06088
Text Example
Text Example
White with #D06088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06088; }
p { color: rgb(208,96,136); }
H1.HeaderClassName
{
color: #D06088;
}
.AnyTagClassName
{
color: #D06088;
}
</style>
background-color css
<style>
a { background-color: #D06088; }
a { background-color: rgb(208,96,136); }
div.DivClassName
{
background-color: #D06088;
}
.BgClassName
{
background-color: #D06088;
}
</style>
border-color css
<style>
span { border-color: #D06088; }
span { border-color: rgb(208,96,136); }
td.TdClassName
{
border-color: #D06088;
}
.TagClassName
{
border-color: #D06088;
}
</style>