Shades of Hopbush #D55CAA
Tints of Hopbush #D55CAA
RGB
CMYK
RGB Variations
Color information
#D55CAA (or 0xD55CAA) is known color: Hopbush. HEX triplet: D5, 5C and AA. RGB value is (213,92,170). Sum of RGB (Red+Green+Blue) = 213+92+170=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55CAA is #2AA355. Grayscale: #888888. Windows color (decimal): -2794326 or 11164885. OLE color: 11164885.
HSL color Cylindrical-coordinate representation of color #D55CAA: hue angle of 321.32º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55CAA is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 170 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.16 |
| HSL | 321.32º | 0.59% | 0.6% | - |
| HSV(B) | 321.32º | 0.57% | 0.84% | - |
| XYZ | 38.52 | 24.7 | 40.77 | - |
| YUV | 137.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 170 | 0 | 0.57 | 0.20 | 0.16 | 321.32 | 0.59 | 0.6 |
| Hex | D5 | 5C | AA | 0 | 39 | 14 | 10 | 141 | 3B | 3C |
| Octal | 325 | 134 | 252 | 0 | 71 | 24 | 20 | 501 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10101010 | 0 | 111001 | 10100 | 10000 | 101000001 | 111011 | 111100 |
Color Harmonies of #D55CAA
Complementary color
Monochromatic Colors of #D55CAA
Black with #D55CAA
Text Example
Text Example
White with #D55CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CAA; }
p { color: rgb(213,92,170); }
H1.HeaderClassName
{
color: #D55CAA;
}
.AnyTagClassName
{
color: #D55CAA;
}
</style>
background-color css
<style>
a { background-color: #D55CAA; }
a { background-color: rgb(213,92,170); }
div.DivClassName
{
background-color: #D55CAA;
}
.BgClassName
{
background-color: #D55CAA;
}
</style>
border-color css
<style>
span { border-color: #D55CAA; }
span { border-color: rgb(213,92,170); }
td.TdClassName
{
border-color: #D55CAA;
}
.TagClassName
{
border-color: #D55CAA;
}
</style>