Shades of Dark Pink #DD5D8C
Tints of Dark Pink #DD5D8C
RGB
CMYK
RGB Variations
Color information
#DD5D8C (or 0xDD5D8C) is known color: Dark Pink. HEX triplet: DD, 5D and 8C. RGB value is (221,93,140). Sum of RGB (Red+Green+Blue) = 221+93+140=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D8C is #22A273. Grayscale: #888888. Windows color (decimal): -2269812 or 9199069. OLE color: 9199069.
HSL color Cylindrical-coordinate representation of color #DD5D8C: hue angle of 337.97º 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 #DD5D8C is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 140 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.13 |
| HSL | 337.97º | 0.65% | 0.62% | - |
| HSV(B) | 337.97º | 0.58% | 0.87% | - |
| XYZ | 38.47 | 25.09 | 27.63 | - |
| YUV | 136.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 140 | 0 | 0.58 | 0.37 | 0.13 | 337.97 | 0.65 | 0.62 |
| Hex | DD | 5D | 8C | 0 | 3A | 25 | D | 152 | 41 | 3E |
| Octal | 335 | 135 | 214 | 0 | 72 | 45 | 15 | 522 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10001100 | 0 | 111010 | 100101 | 1101 | 101010010 | 1000001 | 111110 |
Color Harmonies of #DD5D8C
Complementary color
Monochromatic Colors of #DD5D8C
Black with #DD5D8C
Text Example
Text Example
White with #DD5D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D8C; }
p { color: rgb(221,93,140); }
H1.HeaderClassName
{
color: #DD5D8C;
}
.AnyTagClassName
{
color: #DD5D8C;
}
</style>
background-color css
<style>
a { background-color: #DD5D8C; }
a { background-color: rgb(221,93,140); }
div.DivClassName
{
background-color: #DD5D8C;
}
.BgClassName
{
background-color: #DD5D8C;
}
</style>
border-color css
<style>
span { border-color: #DD5D8C; }
span { border-color: rgb(221,93,140); }
td.TdClassName
{
border-color: #DD5D8C;
}
.TagClassName
{
border-color: #DD5D8C;
}
</style>