Shades of Hopbush #D05D88
Tints of Hopbush #D05D88
RGB
CMYK
RGB Variations
Color information
#D05D88 (or 0xD05D88) is known color: Hopbush. HEX triplet: D0, 5D and 88. RGB value is (208,93,136). Sum of RGB (Red+Green+Blue) = 208+93+136=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05D88 is #2FA277. Grayscale: #848484. Windows color (decimal): -3121784 or 8936912. OLE color: 8936912.
HSL color Cylindrical-coordinate representation of color #D05D88: hue angle of 337.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05D88 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 136 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.18 |
| HSL | 337.57º | 0.55% | 0.59% | - |
| HSV(B) | 337.57º | 0.55% | 0.82% | - |
| XYZ | 34.37 | 23.02 | 25.92 | - |
| YUV | 132.29 | 130.1 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 136 | 0 | 0.55 | 0.35 | 0.18 | 337.57 | 0.55 | 0.59 |
| Hex | D0 | 5D | 88 | 0 | 37 | 23 | 12 | 152 | 37 | 3B |
| Octal | 320 | 135 | 210 | 0 | 67 | 43 | 22 | 522 | 67 | 73 |
| Binary | 11010000 | 1011101 | 10001000 | 0 | 110111 | 100011 | 10010 | 101010010 | 110111 | 111011 |
Color Harmonies of #D05D88
Complementary color
Monochromatic Colors of #D05D88
Black with #D05D88
Text Example
Text Example
White with #D05D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D88; }
p { color: rgb(208,93,136); }
H1.HeaderClassName
{
color: #D05D88;
}
.AnyTagClassName
{
color: #D05D88;
}
</style>
background-color css
<style>
a { background-color: #D05D88; }
a { background-color: rgb(208,93,136); }
div.DivClassName
{
background-color: #D05D88;
}
.BgClassName
{
background-color: #D05D88;
}
</style>
border-color css
<style>
span { border-color: #D05D88; }
span { border-color: rgb(208,93,136); }
td.TdClassName
{
border-color: #D05D88;
}
.TagClassName
{
border-color: #D05D88;
}
</style>