Shades of Hopbush #D55DA8
Tints of Hopbush #D55DA8
RGB
CMYK
RGB Variations
Color information
#D55DA8 (or 0xD55DA8) is known color: Hopbush. HEX triplet: D5, 5D and A8. RGB value is (213,93,168). Sum of RGB (Red+Green+Blue) = 213+93+168=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55DA8 is #2AA257. Grayscale: #898989. Windows color (decimal): -2794072 or 11034069. OLE color: 11034069.
HSL color Cylindrical-coordinate representation of color #D55DA8: hue angle of 322.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DA8 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 168 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.16 |
| HSL | 322.5º | 0.59% | 0.6% | - |
| HSV(B) | 322.5º | 0.56% | 0.84% | - |
| XYZ | 38.42 | 24.8 | 39.81 | - |
| YUV | 137.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 168 | 0 | 0.56 | 0.21 | 0.16 | 322.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | A8 | 0 | 38 | 15 | 10 | 142 | 3B | 3C |
| Octal | 325 | 135 | 250 | 0 | 70 | 25 | 20 | 502 | 73 | 74 |
| Binary | 11010101 | 1011101 | 10101000 | 0 | 111000 | 10101 | 10000 | 101000010 | 111011 | 111100 |
Color Harmonies of #D55DA8
Complementary color
Monochromatic Colors of #D55DA8
Black with #D55DA8
Text Example
Text Example
White with #D55DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DA8; }
p { color: rgb(213,93,168); }
H1.HeaderClassName
{
color: #D55DA8;
}
.AnyTagClassName
{
color: #D55DA8;
}
</style>
background-color css
<style>
a { background-color: #D55DA8; }
a { background-color: rgb(213,93,168); }
div.DivClassName
{
background-color: #D55DA8;
}
.BgClassName
{
background-color: #D55DA8;
}
</style>
border-color css
<style>
span { border-color: #D55DA8; }
span { border-color: rgb(213,93,168); }
td.TdClassName
{
border-color: #D55DA8;
}
.TagClassName
{
border-color: #D55DA8;
}
</style>