Shades of Hopbush #D05B8D
Tints of Hopbush #D05B8D
RGB
CMYK
RGB Variations
Color information
#D05B8D (or 0xD05B8D) is known color: Hopbush. HEX triplet: D0, 5B and 8D. RGB value is (208,91,141). Sum of RGB (Red+Green+Blue) = 208+91+141=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D05B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05B8D is #2FA472. Grayscale: #838383. Windows color (decimal): -3122291 or 9264080. OLE color: 9264080.
HSL color Cylindrical-coordinate representation of color #D05B8D: hue angle of 334.36º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05B8D is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 91 | 141 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.18 |
| HSL | 334.36º | 0.55% | 0.59% | - |
| HSV(B) | 334.36º | 0.56% | 0.82% | - |
| XYZ | 34.56 | 22.82 | 27.78 | - |
| YUV | 131.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 141 | 0 | 0.56 | 0.32 | 0.18 | 334.36 | 0.55 | 0.59 |
| Hex | D0 | 5B | 8D | 0 | 38 | 20 | 12 | 14E | 37 | 3B |
| Octal | 320 | 133 | 215 | 0 | 70 | 40 | 22 | 516 | 67 | 73 |
| Binary | 11010000 | 1011011 | 10001101 | 0 | 111000 | 100000 | 10010 | 101001110 | 110111 | 111011 |
Color Harmonies of #D05B8D
Complementary color
Monochromatic Colors of #D05B8D
Black with #D05B8D
Text Example
Text Example
White with #D05B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05B8D; }
p { color: rgb(208,91,141); }
H1.HeaderClassName
{
color: #D05B8D;
}
.AnyTagClassName
{
color: #D05B8D;
}
</style>
background-color css
<style>
a { background-color: #D05B8D; }
a { background-color: rgb(208,91,141); }
div.DivClassName
{
background-color: #D05B8D;
}
.BgClassName
{
background-color: #D05B8D;
}
</style>
border-color css
<style>
span { border-color: #D05B8D; }
span { border-color: rgb(208,91,141); }
td.TdClassName
{
border-color: #D05B8D;
}
.TagClassName
{
border-color: #D05B8D;
}
</style>