Shades of Hopbush #DD5FA1
Tints of Hopbush #DD5FA1
RGB
CMYK
RGB Variations
Color information
#DD5FA1 (or 0xDD5FA1) is known color: Hopbush. HEX triplet: DD, 5F and A1. RGB value is (221,95,161). Sum of RGB (Red+Green+Blue) = 221+95+161=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5FA1 is #22A05E. Grayscale: #8C8C8C. Windows color (decimal): -2269279 or 10575837. OLE color: 10575837.
HSL color Cylindrical-coordinate representation of color #DD5FA1: hue angle of 328.57º 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 #DD5FA1 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 161 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.13 |
| HSL | 328.57º | 0.65% | 0.62% | - |
| HSV(B) | 328.57º | 0.57% | 0.87% | - |
| XYZ | 40.34 | 26.13 | 36.64 | - |
| YUV | 140.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 161 | 0 | 0.57 | 0.27 | 0.13 | 328.57 | 0.65 | 0.62 |
| Hex | DD | 5F | A1 | 0 | 39 | 1B | D | 149 | 41 | 3E |
| Octal | 335 | 137 | 241 | 0 | 71 | 33 | 15 | 511 | 101 | 76 |
| Binary | 11011101 | 1011111 | 10100001 | 0 | 111001 | 11011 | 1101 | 101001001 | 1000001 | 111110 |
Color Harmonies of #DD5FA1
Complementary color
Monochromatic Colors of #DD5FA1
Black with #DD5FA1
Text Example
Text Example
White with #DD5FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FA1; }
p { color: rgb(221,95,161); }
H1.HeaderClassName
{
color: #DD5FA1;
}
.AnyTagClassName
{
color: #DD5FA1;
}
</style>
background-color css
<style>
a { background-color: #DD5FA1; }
a { background-color: rgb(221,95,161); }
div.DivClassName
{
background-color: #DD5FA1;
}
.BgClassName
{
background-color: #DD5FA1;
}
</style>
border-color css
<style>
span { border-color: #DD5FA1; }
span { border-color: rgb(221,95,161); }
td.TdClassName
{
border-color: #DD5FA1;
}
.TagClassName
{
border-color: #DD5FA1;
}
</style>