Shades of Hopbush #D55C8B
Tints of Hopbush #D55C8B
RGB
CMYK
RGB Variations
Color information
#D55C8B (or 0xD55C8B) is known color: Hopbush. HEX triplet: D5, 5C and 8B. RGB value is (213,92,139). Sum of RGB (Red+Green+Blue) = 213+92+139=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55C8B is #2AA374. Grayscale: #858585. Windows color (decimal): -2794357 or 9133269. OLE color: 9133269.
HSL color Cylindrical-coordinate representation of color #D55C8B: hue angle of 336.69º 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 #D55C8B is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 139 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.16 |
| HSL | 336.69º | 0.59% | 0.6% | - |
| HSV(B) | 336.69º | 0.57% | 0.84% | - |
| XYZ | 35.93 | 23.66 | 27.1 | - |
| YUV | 133.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 139 | 0 | 0.57 | 0.35 | 0.16 | 336.69 | 0.59 | 0.6 |
| Hex | D5 | 5C | 8B | 0 | 39 | 23 | 10 | 151 | 3B | 3C |
| Octal | 325 | 134 | 213 | 0 | 71 | 43 | 20 | 521 | 73 | 74 |
| Binary | 11010101 | 1011100 | 10001011 | 0 | 111001 | 100011 | 10000 | 101010001 | 111011 | 111100 |
Color Harmonies of #D55C8B
Complementary color
Monochromatic Colors of #D55C8B
Black with #D55C8B
Text Example
Text Example
White with #D55C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C8B; }
p { color: rgb(213,92,139); }
H1.HeaderClassName
{
color: #D55C8B;
}
.AnyTagClassName
{
color: #D55C8B;
}
</style>
background-color css
<style>
a { background-color: #D55C8B; }
a { background-color: rgb(213,92,139); }
div.DivClassName
{
background-color: #D55C8B;
}
.BgClassName
{
background-color: #D55C8B;
}
</style>
border-color css
<style>
span { border-color: #D55C8B; }
span { border-color: rgb(213,92,139); }
td.TdClassName
{
border-color: #D55C8B;
}
.TagClassName
{
border-color: #D55C8B;
}
</style>