Shades of Dark Pink #DD5D8A
Tints of Dark Pink #DD5D8A
RGB
CMYK
RGB Variations
Color information
#DD5D8A (or 0xDD5D8A) is known color: Dark Pink. HEX triplet: DD, 5D and 8A. RGB value is (221,93,138). Sum of RGB (Red+Green+Blue) = 221+93+138=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D8A is #22A275. Grayscale: #888888. Windows color (decimal): -2269814 or 9067997. OLE color: 9067997.
HSL color Cylindrical-coordinate representation of color #DD5D8A: hue angle of 338.91º 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 #DD5D8A is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 138 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.13 |
| HSL | 338.91º | 0.65% | 0.62% | - |
| HSV(B) | 338.91º | 0.58% | 0.87% | - |
| XYZ | 38.32 | 25.04 | 26.86 | - |
| YUV | 136.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 138 | 0 | 0.58 | 0.38 | 0.13 | 338.91 | 0.65 | 0.62 |
| Hex | DD | 5D | 8A | 0 | 3A | 26 | D | 153 | 41 | 3E |
| Octal | 335 | 135 | 212 | 0 | 72 | 46 | 15 | 523 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10001010 | 0 | 111010 | 100110 | 1101 | 101010011 | 1000001 | 111110 |
Color Harmonies of #DD5D8A
Complementary color
Monochromatic Colors of #DD5D8A
Black with #DD5D8A
Text Example
Text Example
White with #DD5D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D8A; }
p { color: rgb(221,93,138); }
H1.HeaderClassName
{
color: #DD5D8A;
}
.AnyTagClassName
{
color: #DD5D8A;
}
</style>
background-color css
<style>
a { background-color: #DD5D8A; }
a { background-color: rgb(221,93,138); }
div.DivClassName
{
background-color: #DD5D8A;
}
.BgClassName
{
background-color: #DD5D8A;
}
</style>
border-color css
<style>
span { border-color: #DD5D8A; }
span { border-color: rgb(221,93,138); }
td.TdClassName
{
border-color: #DD5D8A;
}
.TagClassName
{
border-color: #DD5D8A;
}
</style>