Shades of Hopbush #D55FA3
Tints of Hopbush #D55FA3
RGB
CMYK
RGB Variations
Color information
#D55FA3 (or 0xD55FA3) is known color: Hopbush. HEX triplet: D5, 5F and A3. RGB value is (213,95,163). Sum of RGB (Red+Green+Blue) = 213+95+163=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55FA3 is #2AA05C. Grayscale: #898989. Windows color (decimal): -2793565 or 10706901. OLE color: 10706901.
HSL color Cylindrical-coordinate representation of color #D55FA3: hue angle of 325.42º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55FA3 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 163 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.16 |
| HSL | 325.42º | 0.58% | 0.6% | - |
| HSV(B) | 325.42º | 0.55% | 0.84% | - |
| XYZ | 38.14 | 24.97 | 37.46 | - |
| YUV | 138.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 163 | 0 | 0.55 | 0.23 | 0.16 | 325.42 | 0.58 | 0.6 |
| Hex | D5 | 5F | A3 | 0 | 37 | 17 | 10 | 145 | 3A | 3C |
| Octal | 325 | 137 | 243 | 0 | 67 | 27 | 20 | 505 | 72 | 74 |
| Binary | 11010101 | 1011111 | 10100011 | 0 | 110111 | 10111 | 10000 | 101000101 | 111010 | 111100 |
Color Harmonies of #D55FA3
Complementary color
Monochromatic Colors of #D55FA3
Black with #D55FA3
Text Example
Text Example
White with #D55FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FA3; }
p { color: rgb(213,95,163); }
H1.HeaderClassName
{
color: #D55FA3;
}
.AnyTagClassName
{
color: #D55FA3;
}
</style>
background-color css
<style>
a { background-color: #D55FA3; }
a { background-color: rgb(213,95,163); }
div.DivClassName
{
background-color: #D55FA3;
}
.BgClassName
{
background-color: #D55FA3;
}
</style>
border-color css
<style>
span { border-color: #D55FA3; }
span { border-color: rgb(213,95,163); }
td.TdClassName
{
border-color: #D55FA3;
}
.TagClassName
{
border-color: #D55FA3;
}
</style>