Shades of Hopbush #D05D8F
Tints of Hopbush #D05D8F
RGB
CMYK
RGB Variations
Color information
#D05D8F (or 0xD05D8F) is known color: Hopbush. HEX triplet: D0, 5D and 8F. RGB value is (208,93,143). Sum of RGB (Red+Green+Blue) = 208+93+143=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05D8F is #2FA270. Grayscale: #858585. Windows color (decimal): -3121777 or 9395664. OLE color: 9395664.
HSL color Cylindrical-coordinate representation of color #D05D8F: hue angle of 333.91º 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 #D05D8F is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 143 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.18 |
| HSL | 333.91º | 0.55% | 0.59% | - |
| HSV(B) | 333.91º | 0.55% | 0.82% | - |
| XYZ | 34.88 | 23.22 | 28.63 | - |
| YUV | 133.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 143 | 0 | 0.55 | 0.31 | 0.18 | 333.91 | 0.55 | 0.59 |
| Hex | D0 | 5D | 8F | 0 | 37 | 1F | 12 | 14E | 37 | 3B |
| Octal | 320 | 135 | 217 | 0 | 67 | 37 | 22 | 516 | 67 | 73 |
| Binary | 11010000 | 1011101 | 10001111 | 0 | 110111 | 11111 | 10010 | 101001110 | 110111 | 111011 |
Color Harmonies of #D05D8F
Complementary color
Monochromatic Colors of #D05D8F
Black with #D05D8F
Text Example
Text Example
White with #D05D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D8F; }
p { color: rgb(208,93,143); }
H1.HeaderClassName
{
color: #D05D8F;
}
.AnyTagClassName
{
color: #D05D8F;
}
</style>
background-color css
<style>
a { background-color: #D05D8F; }
a { background-color: rgb(208,93,143); }
div.DivClassName
{
background-color: #D05D8F;
}
.BgClassName
{
background-color: #D05D8F;
}
</style>
border-color css
<style>
span { border-color: #D05D8F; }
span { border-color: rgb(208,93,143); }
td.TdClassName
{
border-color: #D05D8F;
}
.TagClassName
{
border-color: #D05D8F;
}
</style>