Shades of Dark Pink #DD558B
Tints of Dark Pink #DD558B
RGB
CMYK
RGB Variations
Color information
#DD558B (or 0xDD558B) is known color: Dark Pink. HEX triplet: DD, 55 and 8B. RGB value is (221,85,139). Sum of RGB (Red+Green+Blue) = 221+85+139=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD558B is #22AA74. Grayscale: #838383. Windows color (decimal): -2271861 or 9131485. OLE color: 9131485.
HSL color Cylindrical-coordinate representation of color #DD558B: hue angle of 336.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD558B is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 139 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.13 |
| HSL | 336.18º | 0.67% | 0.6% | - |
| HSV(B) | 336.18º | 0.62% | 0.87% | - |
| XYZ | 37.73 | 23.73 | 27.02 | - |
| YUV | 131.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 139 | 0 | 0.62 | 0.37 | 0.13 | 336.18 | 0.67 | 0.6 |
| Hex | DD | 55 | 8B | 0 | 3E | 25 | D | 150 | 43 | 3C |
| Octal | 335 | 125 | 213 | 0 | 76 | 45 | 15 | 520 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10001011 | 0 | 111110 | 100101 | 1101 | 101010000 | 1000011 | 111100 |
Color Harmonies of #DD558B
Complementary color
Monochromatic Colors of #DD558B
Black with #DD558B
Text Example
Text Example
White with #DD558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD558B; }
p { color: rgb(221,85,139); }
H1.HeaderClassName
{
color: #DD558B;
}
.AnyTagClassName
{
color: #DD558B;
}
</style>
background-color css
<style>
a { background-color: #DD558B; }
a { background-color: rgb(221,85,139); }
div.DivClassName
{
background-color: #DD558B;
}
.BgClassName
{
background-color: #DD558B;
}
</style>
border-color css
<style>
span { border-color: #DD558B; }
span { border-color: rgb(221,85,139); }
td.TdClassName
{
border-color: #DD558B;
}
.TagClassName
{
border-color: #DD558B;
}
</style>