Shades of Dark Pink #DD538D
Tints of Dark Pink #DD538D
RGB
CMYK
RGB Variations
Color information
#DD538D (or 0xDD538D) is known color: Dark Pink. HEX triplet: DD, 53 and 8D. RGB value is (221,83,141). Sum of RGB (Red+Green+Blue) = 221+83+141=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD538D is #22AC72. Grayscale: #828282. Windows color (decimal): -2272371 or 9262045. OLE color: 9262045.
HSL color Cylindrical-coordinate representation of color #DD538D: hue angle of 334.78º 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 #DD538D is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 141 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.13 |
| HSL | 334.78º | 0.67% | 0.6% | - |
| HSV(B) | 334.78º | 0.62% | 0.87% | - |
| XYZ | 37.72 | 23.48 | 27.74 | - |
| YUV | 130.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 141 | 0 | 0.62 | 0.36 | 0.13 | 334.78 | 0.67 | 0.6 |
| Hex | DD | 53 | 8D | 0 | 3E | 24 | D | 14F | 43 | 3C |
| Octal | 335 | 123 | 215 | 0 | 76 | 44 | 15 | 517 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10001101 | 0 | 111110 | 100100 | 1101 | 101001111 | 1000011 | 111100 |
Color Harmonies of #DD538D
Complementary color
Monochromatic Colors of #DD538D
Black with #DD538D
Text Example
Text Example
White with #DD538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD538D; }
p { color: rgb(221,83,141); }
H1.HeaderClassName
{
color: #DD538D;
}
.AnyTagClassName
{
color: #DD538D;
}
</style>
background-color css
<style>
a { background-color: #DD538D; }
a { background-color: rgb(221,83,141); }
div.DivClassName
{
background-color: #DD538D;
}
.BgClassName
{
background-color: #DD538D;
}
</style>
border-color css
<style>
span { border-color: #DD538D; }
span { border-color: rgb(221,83,141); }
td.TdClassName
{
border-color: #DD538D;
}
.TagClassName
{
border-color: #DD538D;
}
</style>