Shades of Hopbush #DD5C9E
Tints of Hopbush #DD5C9E
RGB
CMYK
RGB Variations
Color information
#DD5C9E (or 0xDD5C9E) is known color: Hopbush. HEX triplet: DD, 5C and 9E. RGB value is (221,92,158). Sum of RGB (Red+Green+Blue) = 221+92+158=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5C9E is #22A361. Grayscale: #898989. Windows color (decimal): -2270050 or 10378461. OLE color: 10378461.
HSL color Cylindrical-coordinate representation of color #DD5C9E: hue angle of 329.3º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5C9E is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 158 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.13 |
| HSL | 329.3º | 0.65% | 0.61% | - |
| HSV(B) | 329.3º | 0.58% | 0.87% | - |
| XYZ | 39.82 | 25.5 | 35.17 | - |
| YUV | 138.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 158 | 0 | 0.58 | 0.29 | 0.13 | 329.3 | 0.65 | 0.61 |
| Hex | DD | 5C | 9E | 0 | 3A | 1D | D | 149 | 41 | 3D |
| Octal | 335 | 134 | 236 | 0 | 72 | 35 | 15 | 511 | 101 | 75 |
| Binary | 11011101 | 1011100 | 10011110 | 0 | 111010 | 11101 | 1101 | 101001001 | 1000001 | 111101 |
Color Harmonies of #DD5C9E
Complementary color
Monochromatic Colors of #DD5C9E
Black with #DD5C9E
Text Example
Text Example
White with #DD5C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C9E; }
p { color: rgb(221,92,158); }
H1.HeaderClassName
{
color: #DD5C9E;
}
.AnyTagClassName
{
color: #DD5C9E;
}
</style>
background-color css
<style>
a { background-color: #DD5C9E; }
a { background-color: rgb(221,92,158); }
div.DivClassName
{
background-color: #DD5C9E;
}
.BgClassName
{
background-color: #DD5C9E;
}
</style>
border-color css
<style>
span { border-color: #DD5C9E; }
span { border-color: rgb(221,92,158); }
td.TdClassName
{
border-color: #DD5C9E;
}
.TagClassName
{
border-color: #DD5C9E;
}
</style>