Shades of Hopbush #D05D90
Tints of Hopbush #D05D90
RGB
CMYK
RGB Variations
Color information
#D05D90 (or 0xD05D90) is known color: Hopbush. HEX triplet: D0, 5D and 90. RGB value is (208,93,144). Sum of RGB (Red+Green+Blue) = 208+93+144=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05D90 is #2FA26F. Grayscale: #858585. Windows color (decimal): -3121776 or 9461200. OLE color: 9461200.
HSL color Cylindrical-coordinate representation of color #D05D90: hue angle of 333.39º 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 #D05D90 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 144 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.18 |
| HSL | 333.39º | 0.55% | 0.59% | - |
| HSV(B) | 333.39º | 0.55% | 0.82% | - |
| XYZ | 34.96 | 23.25 | 29.03 | - |
| YUV | 133.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 144 | 0 | 0.55 | 0.31 | 0.18 | 333.39 | 0.55 | 0.59 |
| Hex | D0 | 5D | 90 | 0 | 37 | 1F | 12 | 14D | 37 | 3B |
| Octal | 320 | 135 | 220 | 0 | 67 | 37 | 22 | 515 | 67 | 73 |
| Binary | 11010000 | 1011101 | 10010000 | 0 | 110111 | 11111 | 10010 | 101001101 | 110111 | 111011 |
Color Harmonies of #D05D90
Complementary color
Monochromatic Colors of #D05D90
Black with #D05D90
Text Example
Text Example
White with #D05D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D90; }
p { color: rgb(208,93,144); }
H1.HeaderClassName
{
color: #D05D90;
}
.AnyTagClassName
{
color: #D05D90;
}
</style>
background-color css
<style>
a { background-color: #D05D90; }
a { background-color: rgb(208,93,144); }
div.DivClassName
{
background-color: #D05D90;
}
.BgClassName
{
background-color: #D05D90;
}
</style>
border-color css
<style>
span { border-color: #D05D90; }
span { border-color: rgb(208,93,144); }
td.TdClassName
{
border-color: #D05D90;
}
.TagClassName
{
border-color: #D05D90;
}
</style>