Shades of Dark Pink #DD528D
Tints of Dark Pink #DD528D
RGB
CMYK
RGB Variations
Color information
#DD528D (or 0xDD528D) is known color: Dark Pink. HEX triplet: DD, 52 and 8D. RGB value is (221,82,141). Sum of RGB (Red+Green+Blue) = 221+82+141=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD528D is #22AD72. Grayscale: #828282. Windows color (decimal): -2272627 or 9261789. OLE color: 9261789.
HSL color Cylindrical-coordinate representation of color #DD528D: hue angle of 334.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD528D is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 141 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.13 |
| HSL | 334.53º | 0.67% | 0.59% | - |
| HSV(B) | 334.53º | 0.63% | 0.87% | - |
| XYZ | 37.64 | 23.33 | 27.72 | - |
| YUV | 130.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 141 | 0 | 0.63 | 0.36 | 0.13 | 334.53 | 0.67 | 0.59 |
| Hex | DD | 52 | 8D | 0 | 3F | 24 | D | 14F | 43 | 3B |
| Octal | 335 | 122 | 215 | 0 | 77 | 44 | 15 | 517 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10001101 | 0 | 111111 | 100100 | 1101 | 101001111 | 1000011 | 111011 |
Color Harmonies of #DD528D
Complementary color
Monochromatic Colors of #DD528D
Black with #DD528D
Text Example
Text Example
White with #DD528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD528D; }
p { color: rgb(221,82,141); }
H1.HeaderClassName
{
color: #DD528D;
}
.AnyTagClassName
{
color: #DD528D;
}
</style>
background-color css
<style>
a { background-color: #DD528D; }
a { background-color: rgb(221,82,141); }
div.DivClassName
{
background-color: #DD528D;
}
.BgClassName
{
background-color: #DD528D;
}
</style>
border-color css
<style>
span { border-color: #DD528D; }
span { border-color: rgb(221,82,141); }
td.TdClassName
{
border-color: #DD528D;
}
.TagClassName
{
border-color: #DD528D;
}
</style>