Shades of Dark Pink #DD508E
Tints of Dark Pink #DD508E
RGB
CMYK
RGB Variations
Color information
#DD508E (or 0xDD508E) is known color: Dark Pink. HEX triplet: DD, 50 and 8E. RGB value is (221,80,142). Sum of RGB (Red+Green+Blue) = 221+80+142=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD508E is #22AF71. Grayscale: #818181. Windows color (decimal): -2273138 or 9326813. OLE color: 9326813.
HSL color Cylindrical-coordinate representation of color #DD508E: hue angle of 333.62º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD508E is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 142 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.13 |
| HSL | 333.62º | 0.67% | 0.59% | - |
| HSV(B) | 333.62º | 0.64% | 0.87% | - |
| XYZ | 37.57 | 23.06 | 28.06 | - |
| YUV | 129.23 | 135.21 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 142 | 0 | 0.64 | 0.36 | 0.13 | 333.62 | 0.67 | 0.59 |
| Hex | DD | 50 | 8E | 0 | 40 | 24 | D | 14E | 43 | 3B |
| Octal | 335 | 120 | 216 | 0 | 100 | 44 | 15 | 516 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10001110 | 0 | 1000000 | 100100 | 1101 | 101001110 | 1000011 | 111011 |
Color Harmonies of #DD508E
Complementary color
Monochromatic Colors of #DD508E
Black with #DD508E
Text Example
Text Example
White with #DD508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD508E; }
p { color: rgb(221,80,142); }
H1.HeaderClassName
{
color: #DD508E;
}
.AnyTagClassName
{
color: #DD508E;
}
</style>
background-color css
<style>
a { background-color: #DD508E; }
a { background-color: rgb(221,80,142); }
div.DivClassName
{
background-color: #DD508E;
}
.BgClassName
{
background-color: #DD508E;
}
</style>
border-color css
<style>
span { border-color: #DD508E; }
span { border-color: rgb(221,80,142); }
td.TdClassName
{
border-color: #DD508E;
}
.TagClassName
{
border-color: #DD508E;
}
</style>