Shades of Dark Pink #DD5D80
Tints of Dark Pink #DD5D80
RGB
CMYK
RGB Variations
Color information
#DD5D80 (or 0xDD5D80) is known color: Dark Pink. HEX triplet: DD, 5D and 80. RGB value is (221,93,128). Sum of RGB (Red+Green+Blue) = 221+93+128=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D80 is #22A27F. Grayscale: #878787. Windows color (decimal): -2269824 or 8412637. OLE color: 8412637.
HSL color Cylindrical-coordinate representation of color #DD5D80: hue angle of 343.59º 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 #DD5D80 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 128 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.13 |
| HSL | 343.59º | 0.65% | 0.62% | - |
| HSV(B) | 343.59º | 0.58% | 0.87% | - |
| XYZ | 37.63 | 24.76 | 23.22 | - |
| YUV | 135.26 | 123.91 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 128 | 0 | 0.58 | 0.42 | 0.13 | 343.59 | 0.65 | 0.62 |
| Hex | DD | 5D | 80 | 0 | 3A | 2A | D | 158 | 41 | 3E |
| Octal | 335 | 135 | 200 | 0 | 72 | 52 | 15 | 530 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10000000 | 0 | 111010 | 101010 | 1101 | 101011000 | 1000001 | 111110 |
Color Harmonies of #DD5D80
Complementary color
Monochromatic Colors of #DD5D80
Black with #DD5D80
Text Example
Text Example
White with #DD5D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D80; }
p { color: rgb(221,93,128); }
H1.HeaderClassName
{
color: #DD5D80;
}
.AnyTagClassName
{
color: #DD5D80;
}
</style>
background-color css
<style>
a { background-color: #DD5D80; }
a { background-color: rgb(221,93,128); }
div.DivClassName
{
background-color: #DD5D80;
}
.BgClassName
{
background-color: #DD5D80;
}
</style>
border-color css
<style>
span { border-color: #DD5D80; }
span { border-color: rgb(221,93,128); }
td.TdClassName
{
border-color: #DD5D80;
}
.TagClassName
{
border-color: #DD5D80;
}
</style>