Shades of Hopbush #DD5FA5
Tints of Hopbush #DD5FA5
RGB
CMYK
RGB Variations
Color information
#DD5FA5 (or 0xDD5FA5) is known color: Hopbush. HEX triplet: DD, 5F and A5. RGB value is (221,95,165). Sum of RGB (Red+Green+Blue) = 221+95+165=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5FA5 is #22A05A. Grayscale: #8C8C8C. Windows color (decimal): -2269275 or 10837981. OLE color: 10837981.
HSL color Cylindrical-coordinate representation of color #DD5FA5: hue angle of 326.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5FA5 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 165 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.13 |
| HSL | 326.67º | 0.65% | 0.62% | - |
| HSV(B) | 326.67º | 0.57% | 0.87% | - |
| XYZ | 40.7 | 26.27 | 38.52 | - |
| YUV | 140.65 | 141.74 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 165 | 0 | 0.57 | 0.25 | 0.13 | 326.67 | 0.65 | 0.62 |
| Hex | DD | 5F | A5 | 0 | 39 | 19 | D | 147 | 41 | 3E |
| Octal | 335 | 137 | 245 | 0 | 71 | 31 | 15 | 507 | 101 | 76 |
| Binary | 11011101 | 1011111 | 10100101 | 0 | 111001 | 11001 | 1101 | 101000111 | 1000001 | 111110 |
Color Harmonies of #DD5FA5
Complementary color
Monochromatic Colors of #DD5FA5
Black with #DD5FA5
Text Example
Text Example
White with #DD5FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FA5; }
p { color: rgb(221,95,165); }
H1.HeaderClassName
{
color: #DD5FA5;
}
.AnyTagClassName
{
color: #DD5FA5;
}
</style>
background-color css
<style>
a { background-color: #DD5FA5; }
a { background-color: rgb(221,95,165); }
div.DivClassName
{
background-color: #DD5FA5;
}
.BgClassName
{
background-color: #DD5FA5;
}
</style>
border-color css
<style>
span { border-color: #DD5FA5; }
span { border-color: rgb(221,95,165); }
td.TdClassName
{
border-color: #DD5FA5;
}
.TagClassName
{
border-color: #DD5FA5;
}
</style>