Shades of Dark Pink #DD5085
Tints of Dark Pink #DD5085
RGB
CMYK
RGB Variations
Color information
#DD5085 (or 0xDD5085) is known color: Dark Pink. HEX triplet: DD, 50 and 85. RGB value is (221,80,133). Sum of RGB (Red+Green+Blue) = 221+80+133=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5085 is #22AF7A. Grayscale: #808080. Windows color (decimal): -2273147 or 8736989. OLE color: 8736989.
HSL color Cylindrical-coordinate representation of color #DD5085: hue angle of 337.45º 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 #DD5085 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 133 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.13 |
| HSL | 337.45º | 0.67% | 0.59% | - |
| HSV(B) | 337.45º | 0.64% | 0.87% | - |
| XYZ | 36.92 | 22.8 | 24.65 | - |
| YUV | 128.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 133 | 0 | 0.64 | 0.40 | 0.13 | 337.45 | 0.67 | 0.59 |
| Hex | DD | 50 | 85 | 0 | 40 | 28 | D | 151 | 43 | 3B |
| Octal | 335 | 120 | 205 | 0 | 100 | 50 | 15 | 521 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10000101 | 0 | 1000000 | 101000 | 1101 | 101010001 | 1000011 | 111011 |
Color Harmonies of #DD5085
Complementary color
Monochromatic Colors of #DD5085
Black with #DD5085
Text Example
Text Example
White with #DD5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5085; }
p { color: rgb(221,80,133); }
H1.HeaderClassName
{
color: #DD5085;
}
.AnyTagClassName
{
color: #DD5085;
}
</style>
background-color css
<style>
a { background-color: #DD5085; }
a { background-color: rgb(221,80,133); }
div.DivClassName
{
background-color: #DD5085;
}
.BgClassName
{
background-color: #DD5085;
}
</style>
border-color css
<style>
span { border-color: #DD5085; }
span { border-color: rgb(221,80,133); }
td.TdClassName
{
border-color: #DD5085;
}
.TagClassName
{
border-color: #DD5085;
}
</style>