Shades of Hopbush #CD5D89
Tints of Hopbush #CD5D89
RGB
CMYK
RGB Variations
Color information
#CD5D89 (or 0xCD5D89) is known color: Hopbush. HEX triplet: CD, 5D and 89. RGB value is (205,93,137). Sum of RGB (Red+Green+Blue) = 205+93+137=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5D89 is #32A276. Grayscale: #838383. Windows color (decimal): -3318391 or 9002445. OLE color: 9002445.
HSL color Cylindrical-coordinate representation of color #CD5D89: hue angle of 336.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5D89 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 137 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.20 |
| HSL | 336.43º | 0.53% | 0.58% | - |
| HSV(B) | 336.43º | 0.55% | 0.8% | - |
| XYZ | 33.61 | 22.61 | 26.26 | - |
| YUV | 131.5 | 131.11 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 137 | 0 | 0.55 | 0.33 | 0.20 | 336.43 | 0.53 | 0.58 |
| Hex | CD | 5D | 89 | 0 | 37 | 21 | 14 | 150 | 35 | 3A |
| Octal | 315 | 135 | 211 | 0 | 67 | 41 | 24 | 520 | 65 | 72 |
| Binary | 11001101 | 1011101 | 10001001 | 0 | 110111 | 100001 | 10100 | 101010000 | 110101 | 111010 |
Color Harmonies of #CD5D89
Complementary color
Monochromatic Colors of #CD5D89
Black with #CD5D89
Text Example
Text Example
White with #CD5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D89; }
p { color: rgb(205,93,137); }
H1.HeaderClassName
{
color: #CD5D89;
}
.AnyTagClassName
{
color: #CD5D89;
}
</style>
background-color css
<style>
a { background-color: #CD5D89; }
a { background-color: rgb(205,93,137); }
div.DivClassName
{
background-color: #CD5D89;
}
.BgClassName
{
background-color: #CD5D89;
}
</style>
border-color css
<style>
span { border-color: #CD5D89; }
span { border-color: rgb(205,93,137); }
td.TdClassName
{
border-color: #CD5D89;
}
.TagClassName
{
border-color: #CD5D89;
}
</style>