Shades of Hopbush #D05C8D
Tints of Hopbush #D05C8D
RGB
CMYK
RGB Variations
Color information
#D05C8D (or 0xD05C8D) is known color: Hopbush. HEX triplet: D0, 5C and 8D. RGB value is (208,92,141). Sum of RGB (Red+Green+Blue) = 208+92+141=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05C8D is #2FA372. Grayscale: #848484. Windows color (decimal): -3122035 or 9264336. OLE color: 9264336.
HSL color Cylindrical-coordinate representation of color #D05C8D: hue angle of 334.66º 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 #D05C8D is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 141 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.18 |
| HSL | 334.66º | 0.55% | 0.59% | - |
| HSV(B) | 334.66º | 0.56% | 0.82% | - |
| XYZ | 34.65 | 22.99 | 27.81 | - |
| YUV | 132.27 | 132.93 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 141 | 0 | 0.56 | 0.32 | 0.18 | 334.66 | 0.55 | 0.59 |
| Hex | D0 | 5C | 8D | 0 | 38 | 20 | 12 | 14F | 37 | 3B |
| Octal | 320 | 134 | 215 | 0 | 70 | 40 | 22 | 517 | 67 | 73 |
| Binary | 11010000 | 1011100 | 10001101 | 0 | 111000 | 100000 | 10010 | 101001111 | 110111 | 111011 |
Color Harmonies of #D05C8D
Complementary color
Monochromatic Colors of #D05C8D
Black with #D05C8D
Text Example
Text Example
White with #D05C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05C8D; }
p { color: rgb(208,92,141); }
H1.HeaderClassName
{
color: #D05C8D;
}
.AnyTagClassName
{
color: #D05C8D;
}
</style>
background-color css
<style>
a { background-color: #D05C8D; }
a { background-color: rgb(208,92,141); }
div.DivClassName
{
background-color: #D05C8D;
}
.BgClassName
{
background-color: #D05C8D;
}
</style>
border-color css
<style>
span { border-color: #D05C8D; }
span { border-color: rgb(208,92,141); }
td.TdClassName
{
border-color: #D05C8D;
}
.TagClassName
{
border-color: #D05C8D;
}
</style>