Shades of Hopbush #D55CA2
Tints of Hopbush #D55CA2
RGB
CMYK
RGB Variations
Color information
#D55CA2 (or 0xD55CA2) is known color: Hopbush. HEX triplet: D5, 5C and A2. RGB value is (213,92,162). Sum of RGB (Red+Green+Blue) = 213+92+162=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55CA2 is #2AA35D. Grayscale: #888888. Windows color (decimal): -2794334 or 10640597. OLE color: 10640597.
HSL color Cylindrical-coordinate representation of color #D55CA2: hue angle of 325.29º 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 #D55CA2 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 162 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.16 |
| HSL | 325.29º | 0.59% | 0.6% | - |
| HSV(B) | 325.29º | 0.57% | 0.84% | - |
| XYZ | 37.79 | 24.41 | 36.9 | - |
| YUV | 136.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 162 | 0 | 0.57 | 0.24 | 0.16 | 325.29 | 0.59 | 0.6 |
| Hex | D5 | 5C | A2 | 0 | 39 | 18 | 10 | 145 | 3B | 3C |
| Octal | 325 | 134 | 242 | 0 | 71 | 30 | 20 | 505 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10100010 | 0 | 111001 | 11000 | 10000 | 101000101 | 111011 | 111100 |
Color Harmonies of #D55CA2
Complementary color
Monochromatic Colors of #D55CA2
Black with #D55CA2
Text Example
Text Example
White with #D55CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CA2; }
p { color: rgb(213,92,162); }
H1.HeaderClassName
{
color: #D55CA2;
}
.AnyTagClassName
{
color: #D55CA2;
}
</style>
background-color css
<style>
a { background-color: #D55CA2; }
a { background-color: rgb(213,92,162); }
div.DivClassName
{
background-color: #D55CA2;
}
.BgClassName
{
background-color: #D55CA2;
}
</style>
border-color css
<style>
span { border-color: #D55CA2; }
span { border-color: rgb(213,92,162); }
td.TdClassName
{
border-color: #D55CA2;
}
.TagClassName
{
border-color: #D55CA2;
}
</style>