Shades of Dark Pink #DD528A
Tints of Dark Pink #DD528A
RGB
CMYK
RGB Variations
Color information
#DD528A (or 0xDD528A) is known color: Dark Pink. HEX triplet: DD, 52 and 8A. RGB value is (221,82,138). Sum of RGB (Red+Green+Blue) = 221+82+138=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD528A is #22AD75. Grayscale: #818181. Windows color (decimal): -2272630 or 9065181. OLE color: 9065181.
HSL color Cylindrical-coordinate representation of color #DD528A: hue angle of 335.83º 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 #DD528A is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 138 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.13 |
| HSL | 335.83º | 0.67% | 0.59% | - |
| HSV(B) | 335.83º | 0.63% | 0.87% | - |
| XYZ | 37.42 | 23.24 | 26.56 | - |
| YUV | 129.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 138 | 0 | 0.63 | 0.38 | 0.13 | 335.83 | 0.67 | 0.59 |
| Hex | DD | 52 | 8A | 0 | 3F | 26 | D | 150 | 43 | 3B |
| Octal | 335 | 122 | 212 | 0 | 77 | 46 | 15 | 520 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10001010 | 0 | 111111 | 100110 | 1101 | 101010000 | 1000011 | 111011 |
Color Harmonies of #DD528A
Complementary color
Monochromatic Colors of #DD528A
Black with #DD528A
Text Example
Text Example
White with #DD528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD528A; }
p { color: rgb(221,82,138); }
H1.HeaderClassName
{
color: #DD528A;
}
.AnyTagClassName
{
color: #DD528A;
}
</style>
background-color css
<style>
a { background-color: #DD528A; }
a { background-color: rgb(221,82,138); }
div.DivClassName
{
background-color: #DD528A;
}
.BgClassName
{
background-color: #DD528A;
}
</style>
border-color css
<style>
span { border-color: #DD528A; }
span { border-color: rgb(221,82,138); }
td.TdClassName
{
border-color: #DD528A;
}
.TagClassName
{
border-color: #DD528A;
}
</style>