Shades of Dark Pink #DD5D8D
Tints of Dark Pink #DD5D8D
RGB
CMYK
RGB Variations
Color information
#DD5D8D (or 0xDD5D8D) is known color: Dark Pink. HEX triplet: DD, 5D and 8D. RGB value is (221,93,141). Sum of RGB (Red+Green+Blue) = 221+93+141=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D8D is #22A272. Grayscale: #888888. Windows color (decimal): -2269811 or 9264605. OLE color: 9264605.
HSL color Cylindrical-coordinate representation of color #DD5D8D: hue angle of 337.5º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5D8D is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 141 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.13 |
| HSL | 337.5º | 0.65% | 0.62% | - |
| HSV(B) | 337.5º | 0.58% | 0.87% | - |
| XYZ | 38.54 | 25.12 | 28.02 | - |
| YUV | 136.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 141 | 0 | 0.58 | 0.36 | 0.13 | 337.5 | 0.65 | 0.62 |
| Hex | DD | 5D | 8D | 0 | 3A | 24 | D | 152 | 41 | 3E |
| Octal | 335 | 135 | 215 | 0 | 72 | 44 | 15 | 522 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10001101 | 0 | 111010 | 100100 | 1101 | 101010010 | 1000001 | 111110 |
Color Harmonies of #DD5D8D
Complementary color
Monochromatic Colors of #DD5D8D
Black with #DD5D8D
Text Example
Text Example
White with #DD5D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D8D; }
p { color: rgb(221,93,141); }
H1.HeaderClassName
{
color: #DD5D8D;
}
.AnyTagClassName
{
color: #DD5D8D;
}
</style>
background-color css
<style>
a { background-color: #DD5D8D; }
a { background-color: rgb(221,93,141); }
div.DivClassName
{
background-color: #DD5D8D;
}
.BgClassName
{
background-color: #DD5D8D;
}
</style>
border-color css
<style>
span { border-color: #DD5D8D; }
span { border-color: rgb(221,93,141); }
td.TdClassName
{
border-color: #DD5D8D;
}
.TagClassName
{
border-color: #DD5D8D;
}
</style>