Shades of Hopbush #D06085
Tints of Hopbush #D06085
RGB
CMYK
RGB Variations
Color information
#D06085 (or 0xD06085) is known color: Hopbush. HEX triplet: D0, 60 and 85. RGB value is (208,96,133). Sum of RGB (Red+Green+Blue) = 208+96+133=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D06085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06085 is #2F9F7A. Grayscale: #858585. Windows color (decimal): -3121019 or 8741072. OLE color: 8741072.
HSL color Cylindrical-coordinate representation of color #D06085: hue angle of 340.18º 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 #D06085 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 133 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.18 |
| HSL | 340.18º | 0.54% | 0.6% | - |
| HSV(B) | 340.18º | 0.54% | 0.82% | - |
| XYZ | 34.43 | 23.47 | 24.91 | - |
| YUV | 133.71 | 127.61 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 133 | 0 | 0.54 | 0.36 | 0.18 | 340.18 | 0.54 | 0.6 |
| Hex | D0 | 60 | 85 | 0 | 36 | 24 | 12 | 154 | 36 | 3C |
| Octal | 320 | 140 | 205 | 0 | 66 | 44 | 22 | 524 | 66 | 74 |
| Binary | 11010000 | 1100000 | 10000101 | 0 | 110110 | 100100 | 10010 | 101010100 | 110110 | 111100 |
Color Harmonies of #D06085
Complementary color
Monochromatic Colors of #D06085
Black with #D06085
Text Example
Text Example
White with #D06085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06085; }
p { color: rgb(208,96,133); }
H1.HeaderClassName
{
color: #D06085;
}
.AnyTagClassName
{
color: #D06085;
}
</style>
background-color css
<style>
a { background-color: #D06085; }
a { background-color: rgb(208,96,133); }
div.DivClassName
{
background-color: #D06085;
}
.BgClassName
{
background-color: #D06085;
}
</style>
border-color css
<style>
span { border-color: #D06085; }
span { border-color: rgb(208,96,133); }
td.TdClassName
{
border-color: #D06085;
}
.TagClassName
{
border-color: #D06085;
}
</style>