Shades of Dark Pink #DD5393
Tints of Dark Pink #DD5393
RGB
CMYK
RGB Variations
Color information
#DD5393 (or 0xDD5393) is known color: Dark Pink. HEX triplet: DD, 53 and 93. RGB value is (221,83,147). Sum of RGB (Red+Green+Blue) = 221+83+147=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5393 is #22AC6C. Grayscale: #838383. Windows color (decimal): -2272365 or 9655261. OLE color: 9655261.
HSL color Cylindrical-coordinate representation of color #DD5393: hue angle of 332.17º 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 #DD5393 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 147 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.13 |
| HSL | 332.17º | 0.67% | 0.6% | - |
| HSV(B) | 332.17º | 0.62% | 0.87% | - |
| XYZ | 38.18 | 23.67 | 30.16 | - |
| YUV | 131.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 147 | 0 | 0.62 | 0.33 | 0.13 | 332.17 | 0.67 | 0.6 |
| Hex | DD | 53 | 93 | 0 | 3E | 21 | D | 14C | 43 | 3C |
| Octal | 335 | 123 | 223 | 0 | 76 | 41 | 15 | 514 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10010011 | 0 | 111110 | 100001 | 1101 | 101001100 | 1000011 | 111100 |
Color Harmonies of #DD5393
Complementary color
Monochromatic Colors of #DD5393
Black with #DD5393
Text Example
Text Example
White with #DD5393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5393; }
p { color: rgb(221,83,147); }
H1.HeaderClassName
{
color: #DD5393;
}
.AnyTagClassName
{
color: #DD5393;
}
</style>
background-color css
<style>
a { background-color: #DD5393; }
a { background-color: rgb(221,83,147); }
div.DivClassName
{
background-color: #DD5393;
}
.BgClassName
{
background-color: #DD5393;
}
</style>
border-color css
<style>
span { border-color: #DD5393; }
span { border-color: rgb(221,83,147); }
td.TdClassName
{
border-color: #DD5393;
}
.TagClassName
{
border-color: #DD5393;
}
</style>