Shades of Dark Pink #DD5385
Tints of Dark Pink #DD5385
RGB
CMYK
RGB Variations
Color information
#DD5385 (or 0xDD5385) is known color: Dark Pink. HEX triplet: DD, 53 and 85. RGB value is (221,83,133). Sum of RGB (Red+Green+Blue) = 221+83+133=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5385 is #22AC7A. Grayscale: #818181. Windows color (decimal): -2272379 or 8737757. OLE color: 8737757.
HSL color Cylindrical-coordinate representation of color #DD5385: hue angle of 338.26º 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 #DD5385 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 133 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.13 |
| HSL | 338.26º | 0.67% | 0.6% | - |
| HSV(B) | 338.26º | 0.62% | 0.87% | - |
| XYZ | 37.15 | 23.25 | 24.72 | - |
| YUV | 129.96 | 129.72 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 133 | 0 | 0.62 | 0.40 | 0.13 | 338.26 | 0.67 | 0.6 |
| Hex | DD | 53 | 85 | 0 | 3E | 28 | D | 152 | 43 | 3C |
| Octal | 335 | 123 | 205 | 0 | 76 | 50 | 15 | 522 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10000101 | 0 | 111110 | 101000 | 1101 | 101010010 | 1000011 | 111100 |
Color Harmonies of #DD5385
Complementary color
Monochromatic Colors of #DD5385
Black with #DD5385
Text Example
Text Example
White with #DD5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5385; }
p { color: rgb(221,83,133); }
H1.HeaderClassName
{
color: #DD5385;
}
.AnyTagClassName
{
color: #DD5385;
}
</style>
background-color css
<style>
a { background-color: #DD5385; }
a { background-color: rgb(221,83,133); }
div.DivClassName
{
background-color: #DD5385;
}
.BgClassName
{
background-color: #DD5385;
}
</style>
border-color css
<style>
span { border-color: #DD5385; }
span { border-color: rgb(221,83,133); }
td.TdClassName
{
border-color: #DD5385;
}
.TagClassName
{
border-color: #DD5385;
}
</style>