Shades of Dark Pink #DD5384
Tints of Dark Pink #DD5384
RGB
CMYK
RGB Variations
Color information
#DD5384 (or 0xDD5384) is known color: Dark Pink. HEX triplet: DD, 53 and 84. RGB value is (221,83,132). Sum of RGB (Red+Green+Blue) = 221+83+132=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5384 is #22AC7B. Grayscale: #818181. Windows color (decimal): -2272380 or 8672221. OLE color: 8672221.
HSL color Cylindrical-coordinate representation of color #DD5384: hue angle of 338.7º 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 #DD5384 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 132 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.13 |
| HSL | 338.7º | 0.67% | 0.6% | - |
| HSV(B) | 338.7º | 0.62% | 0.87% | - |
| XYZ | 37.08 | 23.22 | 24.36 | - |
| YUV | 129.85 | 129.22 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 132 | 0 | 0.62 | 0.40 | 0.13 | 338.7 | 0.67 | 0.6 |
| Hex | DD | 53 | 84 | 0 | 3E | 28 | D | 153 | 43 | 3C |
| Octal | 335 | 123 | 204 | 0 | 76 | 50 | 15 | 523 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10000100 | 0 | 111110 | 101000 | 1101 | 101010011 | 1000011 | 111100 |
Color Harmonies of #DD5384
Complementary color
Monochromatic Colors of #DD5384
Black with #DD5384
Text Example
Text Example
White with #DD5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5384; }
p { color: rgb(221,83,132); }
H1.HeaderClassName
{
color: #DD5384;
}
.AnyTagClassName
{
color: #DD5384;
}
</style>
background-color css
<style>
a { background-color: #DD5384; }
a { background-color: rgb(221,83,132); }
div.DivClassName
{
background-color: #DD5384;
}
.BgClassName
{
background-color: #DD5384;
}
</style>
border-color css
<style>
span { border-color: #DD5384; }
span { border-color: rgb(221,83,132); }
td.TdClassName
{
border-color: #DD5384;
}
.TagClassName
{
border-color: #DD5384;
}
</style>