Shades of Dark Pink #DD538B
Tints of Dark Pink #DD538B
RGB
CMYK
RGB Variations
Color information
#DD538B (or 0xDD538B) is known color: Dark Pink. HEX triplet: DD, 53 and 8B. RGB value is (221,83,139). Sum of RGB (Red+Green+Blue) = 221+83+139=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD538B is #22AC74. Grayscale: #828282. Windows color (decimal): -2272373 or 9130973. OLE color: 9130973.
HSL color Cylindrical-coordinate representation of color #DD538B: hue angle of 335.65º 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 #DD538B is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 139 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.13 |
| HSL | 335.65º | 0.67% | 0.6% | - |
| HSV(B) | 335.65º | 0.62% | 0.87% | - |
| XYZ | 37.57 | 23.42 | 26.97 | - |
| YUV | 130.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 139 | 0 | 0.62 | 0.37 | 0.13 | 335.65 | 0.67 | 0.6 |
| Hex | DD | 53 | 8B | 0 | 3E | 25 | D | 150 | 43 | 3C |
| Octal | 335 | 123 | 213 | 0 | 76 | 45 | 15 | 520 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10001011 | 0 | 111110 | 100101 | 1101 | 101010000 | 1000011 | 111100 |
Color Harmonies of #DD538B
Complementary color
Monochromatic Colors of #DD538B
Black with #DD538B
Text Example
Text Example
White with #DD538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD538B; }
p { color: rgb(221,83,139); }
H1.HeaderClassName
{
color: #DD538B;
}
.AnyTagClassName
{
color: #DD538B;
}
</style>
background-color css
<style>
a { background-color: #DD538B; }
a { background-color: rgb(221,83,139); }
div.DivClassName
{
background-color: #DD538B;
}
.BgClassName
{
background-color: #DD538B;
}
</style>
border-color css
<style>
span { border-color: #DD538B; }
span { border-color: rgb(221,83,139); }
td.TdClassName
{
border-color: #DD538B;
}
.TagClassName
{
border-color: #DD538B;
}
</style>