Shades of Dark Pink #DD5184
Tints of Dark Pink #DD5184
RGB
CMYK
RGB Variations
Color information
#DD5184 (or 0xDD5184) is known color: Dark Pink. HEX triplet: DD, 51 and 84. RGB value is (221,81,132). Sum of RGB (Red+Green+Blue) = 221+81+132=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5184 is #22AE7B. Grayscale: #808080. Windows color (decimal): -2272892 or 8671709. OLE color: 8671709.
HSL color Cylindrical-coordinate representation of color #DD5184: hue angle of 338.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5184 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 132 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.13 |
| HSL | 338.14º | 0.67% | 0.59% | - |
| HSV(B) | 338.14º | 0.63% | 0.87% | - |
| XYZ | 36.93 | 22.92 | 24.31 | - |
| YUV | 128.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 132 | 0 | 0.63 | 0.40 | 0.13 | 338.14 | 0.67 | 0.59 |
| Hex | DD | 51 | 84 | 0 | 3F | 28 | D | 152 | 43 | 3B |
| Octal | 335 | 121 | 204 | 0 | 77 | 50 | 15 | 522 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10000100 | 0 | 111111 | 101000 | 1101 | 101010010 | 1000011 | 111011 |
Color Harmonies of #DD5184
Complementary color
Monochromatic Colors of #DD5184
Black with #DD5184
Text Example
Text Example
White with #DD5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5184; }
p { color: rgb(221,81,132); }
H1.HeaderClassName
{
color: #DD5184;
}
.AnyTagClassName
{
color: #DD5184;
}
</style>
background-color css
<style>
a { background-color: #DD5184; }
a { background-color: rgb(221,81,132); }
div.DivClassName
{
background-color: #DD5184;
}
.BgClassName
{
background-color: #DD5184;
}
</style>
border-color css
<style>
span { border-color: #DD5184; }
span { border-color: rgb(221,81,132); }
td.TdClassName
{
border-color: #DD5184;
}
.TagClassName
{
border-color: #DD5184;
}
</style>