Shades of Hopbush #D05C94
Tints of Hopbush #D05C94
RGB
CMYK
RGB Variations
Color information
#D05C94 (or 0xD05C94) is known color: Hopbush. HEX triplet: D0, 5C and 94. RGB value is (208,92,148). Sum of RGB (Red+Green+Blue) = 208+92+148=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05C94 is #2FA36B. Grayscale: #848484. Windows color (decimal): -3122028 or 9723088. OLE color: 9723088.
HSL color Cylindrical-coordinate representation of color #D05C94: hue angle of 331.03º 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 #D05C94 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 148 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.18 |
| HSL | 331.03º | 0.55% | 0.59% | - |
| HSV(B) | 331.03º | 0.56% | 0.82% | - |
| XYZ | 35.18 | 23.2 | 30.64 | - |
| YUV | 133.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 148 | 0 | 0.56 | 0.29 | 0.18 | 331.03 | 0.55 | 0.59 |
| Hex | D0 | 5C | 94 | 0 | 38 | 1D | 12 | 14B | 37 | 3B |
| Octal | 320 | 134 | 224 | 0 | 70 | 35 | 22 | 513 | 67 | 73 |
| Binary | 11010000 | 1011100 | 10010100 | 0 | 111000 | 11101 | 10010 | 101001011 | 110111 | 111011 |
Color Harmonies of #D05C94
Complementary color
Monochromatic Colors of #D05C94
Black with #D05C94
Text Example
Text Example
White with #D05C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05C94; }
p { color: rgb(208,92,148); }
H1.HeaderClassName
{
color: #D05C94;
}
.AnyTagClassName
{
color: #D05C94;
}
</style>
background-color css
<style>
a { background-color: #D05C94; }
a { background-color: rgb(208,92,148); }
div.DivClassName
{
background-color: #D05C94;
}
.BgClassName
{
background-color: #D05C94;
}
</style>
border-color css
<style>
span { border-color: #D05C94; }
span { border-color: rgb(208,92,148); }
td.TdClassName
{
border-color: #D05C94;
}
.TagClassName
{
border-color: #D05C94;
}
</style>