Shades of Dark Pink #DD508C
Tints of Dark Pink #DD508C
RGB
CMYK
RGB Variations
Color information
#DD508C (or 0xDD508C) is known color: Dark Pink. HEX triplet: DD, 50 and 8C. RGB value is (221,80,140). Sum of RGB (Red+Green+Blue) = 221+80+140=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD508C is #22AF73. Grayscale: #808080. Windows color (decimal): -2273140 or 9195741. OLE color: 9195741.
HSL color Cylindrical-coordinate representation of color #DD508C: hue angle of 334.47º 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 #DD508C is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 140 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.13 |
| HSL | 334.47º | 0.67% | 0.59% | - |
| HSV(B) | 334.47º | 0.64% | 0.87% | - |
| XYZ | 37.42 | 23 | 27.28 | - |
| YUV | 129 | 134.21 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 140 | 0 | 0.64 | 0.37 | 0.13 | 334.47 | 0.67 | 0.59 |
| Hex | DD | 50 | 8C | 0 | 40 | 25 | D | 14E | 43 | 3B |
| Octal | 335 | 120 | 214 | 0 | 100 | 45 | 15 | 516 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10001100 | 0 | 1000000 | 100101 | 1101 | 101001110 | 1000011 | 111011 |
Color Harmonies of #DD508C
Complementary color
Monochromatic Colors of #DD508C
Black with #DD508C
Text Example
Text Example
White with #DD508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD508C; }
p { color: rgb(221,80,140); }
H1.HeaderClassName
{
color: #DD508C;
}
.AnyTagClassName
{
color: #DD508C;
}
</style>
background-color css
<style>
a { background-color: #DD508C; }
a { background-color: rgb(221,80,140); }
div.DivClassName
{
background-color: #DD508C;
}
.BgClassName
{
background-color: #DD508C;
}
</style>
border-color css
<style>
span { border-color: #DD508C; }
span { border-color: rgb(221,80,140); }
td.TdClassName
{
border-color: #DD508C;
}
.TagClassName
{
border-color: #DD508C;
}
</style>