Shades of Dark Pink #DD5390
Tints of Dark Pink #DD5390
RGB
CMYK
RGB Variations
Color information
#DD5390 (or 0xDD5390) is known color: Dark Pink. HEX triplet: DD, 53 and 90. RGB value is (221,83,144). Sum of RGB (Red+Green+Blue) = 221+83+144=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5390 is #22AC6F. Grayscale: #838383. Windows color (decimal): -2272368 or 9458653. OLE color: 9458653.
HSL color Cylindrical-coordinate representation of color #DD5390: hue angle of 333.48º 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 #DD5390 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 144 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.13 |
| HSL | 333.48º | 0.67% | 0.6% | - |
| HSV(B) | 333.48º | 0.62% | 0.87% | - |
| XYZ | 37.95 | 23.57 | 28.94 | - |
| YUV | 131.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 144 | 0 | 0.62 | 0.35 | 0.13 | 333.48 | 0.67 | 0.6 |
| Hex | DD | 53 | 90 | 0 | 3E | 23 | D | 14D | 43 | 3C |
| Octal | 335 | 123 | 220 | 0 | 76 | 43 | 15 | 515 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10010000 | 0 | 111110 | 100011 | 1101 | 101001101 | 1000011 | 111100 |
Color Harmonies of #DD5390
Complementary color
Monochromatic Colors of #DD5390
Black with #DD5390
Text Example
Text Example
White with #DD5390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5390; }
p { color: rgb(221,83,144); }
H1.HeaderClassName
{
color: #DD5390;
}
.AnyTagClassName
{
color: #DD5390;
}
</style>
background-color css
<style>
a { background-color: #DD5390; }
a { background-color: rgb(221,83,144); }
div.DivClassName
{
background-color: #DD5390;
}
.BgClassName
{
background-color: #DD5390;
}
</style>
border-color css
<style>
span { border-color: #DD5390; }
span { border-color: rgb(221,83,144); }
td.TdClassName
{
border-color: #DD5390;
}
.TagClassName
{
border-color: #DD5390;
}
</style>