Shades of Hopbush #DD5FAB
Tints of Hopbush #DD5FAB
RGB
CMYK
RGB Variations
Color information
#DD5FAB (or 0xDD5FAB) is known color: Hopbush. HEX triplet: DD, 5F and AB. RGB value is (221,95,171). Sum of RGB (Red+Green+Blue) = 221+95+171=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5FAB is #22A054. Grayscale: #8D8D8D. Windows color (decimal): -2269269 or 11231197. OLE color: 11231197.
HSL color Cylindrical-coordinate representation of color #DD5FAB: hue angle of 323.81º 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 #DD5FAB is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 171 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.13 |
| HSL | 323.81º | 0.65% | 0.62% | - |
| HSV(B) | 323.81º | 0.57% | 0.87% | - |
| XYZ | 41.26 | 26.5 | 41.47 | - |
| YUV | 141.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 171 | 0 | 0.57 | 0.23 | 0.13 | 323.81 | 0.65 | 0.62 |
| Hex | DD | 5F | AB | 0 | 39 | 17 | D | 144 | 41 | 3E |
| Octal | 335 | 137 | 253 | 0 | 71 | 27 | 15 | 504 | 101 | 76 |
| Binary | 11011101 | 1011111 | 10101011 | 0 | 111001 | 10111 | 1101 | 101000100 | 1000001 | 111110 |
Color Harmonies of #DD5FAB
Complementary color
Monochromatic Colors of #DD5FAB
Black with #DD5FAB
Text Example
Text Example
White with #DD5FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FAB; }
p { color: rgb(221,95,171); }
H1.HeaderClassName
{
color: #DD5FAB;
}
.AnyTagClassName
{
color: #DD5FAB;
}
</style>
background-color css
<style>
a { background-color: #DD5FAB; }
a { background-color: rgb(221,95,171); }
div.DivClassName
{
background-color: #DD5FAB;
}
.BgClassName
{
background-color: #DD5FAB;
}
</style>
border-color css
<style>
span { border-color: #DD5FAB; }
span { border-color: rgb(221,95,171); }
td.TdClassName
{
border-color: #DD5FAB;
}
.TagClassName
{
border-color: #DD5FAB;
}
</style>