Shades of Dark Pink #DD5391
Tints of Dark Pink #DD5391
RGB
CMYK
RGB Variations
Color information
#DD5391 (or 0xDD5391) is known color: Dark Pink. HEX triplet: DD, 53 and 91. RGB value is (221,83,145). Sum of RGB (Red+Green+Blue) = 221+83+145=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5391 is #22AC6E. Grayscale: #838383. Windows color (decimal): -2272367 or 9524189. OLE color: 9524189.
HSL color Cylindrical-coordinate representation of color #DD5391: hue angle of 333.04º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5391 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 145 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.13 |
| HSL | 333.04º | 0.67% | 0.6% | - |
| HSV(B) | 333.04º | 0.62% | 0.87% | - |
| XYZ | 38.02 | 23.6 | 29.34 | - |
| YUV | 131.33 | 135.72 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 145 | 0 | 0.62 | 0.34 | 0.13 | 333.04 | 0.67 | 0.6 |
| Hex | DD | 53 | 91 | 0 | 3E | 22 | D | 14D | 43 | 3C |
| Octal | 335 | 123 | 221 | 0 | 76 | 42 | 15 | 515 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10010001 | 0 | 111110 | 100010 | 1101 | 101001101 | 1000011 | 111100 |
Color Harmonies of #DD5391
Complementary color
Monochromatic Colors of #DD5391
Black with #DD5391
Text Example
Text Example
White with #DD5391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5391; }
p { color: rgb(221,83,145); }
H1.HeaderClassName
{
color: #DD5391;
}
.AnyTagClassName
{
color: #DD5391;
}
</style>
background-color css
<style>
a { background-color: #DD5391; }
a { background-color: rgb(221,83,145); }
div.DivClassName
{
background-color: #DD5391;
}
.BgClassName
{
background-color: #DD5391;
}
</style>
border-color css
<style>
span { border-color: #DD5391; }
span { border-color: rgb(221,83,145); }
td.TdClassName
{
border-color: #DD5391;
}
.TagClassName
{
border-color: #DD5391;
}
</style>