Shades of Hopbush #D05F8A
Tints of Hopbush #D05F8A
RGB
CMYK
RGB Variations
Color information
#D05F8A (or 0xD05F8A) is known color: Hopbush. HEX triplet: D0, 5F and 8A. RGB value is (208,95,138). Sum of RGB (Red+Green+Blue) = 208+95+138=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05F8A is #2FA075. Grayscale: #858585. Windows color (decimal): -3121270 or 9068496. OLE color: 9068496.
HSL color Cylindrical-coordinate representation of color #D05F8A: hue angle of 337.17º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05F8A is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 138 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.18 |
| HSL | 337.17º | 0.55% | 0.59% | - |
| HSV(B) | 337.17º | 0.54% | 0.82% | - |
| XYZ | 34.69 | 23.43 | 26.74 | - |
| YUV | 133.69 | 130.44 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 138 | 0 | 0.54 | 0.34 | 0.18 | 337.17 | 0.55 | 0.59 |
| Hex | D0 | 5F | 8A | 0 | 36 | 22 | 12 | 151 | 37 | 3B |
| Octal | 320 | 137 | 212 | 0 | 66 | 42 | 22 | 521 | 67 | 73 |
| Binary | 11010000 | 1011111 | 10001010 | 0 | 110110 | 100010 | 10010 | 101010001 | 110111 | 111011 |
Color Harmonies of #D05F8A
Complementary color
Monochromatic Colors of #D05F8A
Black with #D05F8A
Text Example
Text Example
White with #D05F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05F8A; }
p { color: rgb(208,95,138); }
H1.HeaderClassName
{
color: #D05F8A;
}
.AnyTagClassName
{
color: #D05F8A;
}
</style>
background-color css
<style>
a { background-color: #D05F8A; }
a { background-color: rgb(208,95,138); }
div.DivClassName
{
background-color: #D05F8A;
}
.BgClassName
{
background-color: #D05F8A;
}
</style>
border-color css
<style>
span { border-color: #D05F8A; }
span { border-color: rgb(208,95,138); }
td.TdClassName
{
border-color: #D05F8A;
}
.TagClassName
{
border-color: #D05F8A;
}
</style>