Shades of Dark Pink #DD5781
Tints of Dark Pink #DD5781
RGB
CMYK
RGB Variations
Color information
#DD5781 (or 0xDD5781) is known color: Dark Pink. HEX triplet: DD, 57 and 81. RGB value is (221,87,129). Sum of RGB (Red+Green+Blue) = 221+87+129=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5781 is #22A87E. Grayscale: #838383. Windows color (decimal): -2271359 or 8476637. OLE color: 8476637.
HSL color Cylindrical-coordinate representation of color #DD5781: hue angle of 341.19º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5781 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 129 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.13 |
| HSL | 341.19º | 0.66% | 0.6% | - |
| HSV(B) | 341.19º | 0.61% | 0.87% | - |
| XYZ | 37.19 | 23.77 | 23.4 | - |
| YUV | 131.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 129 | 0 | 0.61 | 0.42 | 0.13 | 341.19 | 0.66 | 0.6 |
| Hex | DD | 57 | 81 | 0 | 3D | 2A | D | 155 | 42 | 3C |
| Octal | 335 | 127 | 201 | 0 | 75 | 52 | 15 | 525 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10000001 | 0 | 111101 | 101010 | 1101 | 101010101 | 1000010 | 111100 |
Color Harmonies of #DD5781
Complementary color
Monochromatic Colors of #DD5781
Black with #DD5781
Text Example
Text Example
White with #DD5781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5781; }
p { color: rgb(221,87,129); }
H1.HeaderClassName
{
color: #DD5781;
}
.AnyTagClassName
{
color: #DD5781;
}
</style>
background-color css
<style>
a { background-color: #DD5781; }
a { background-color: rgb(221,87,129); }
div.DivClassName
{
background-color: #DD5781;
}
.BgClassName
{
background-color: #DD5781;
}
</style>
border-color css
<style>
span { border-color: #DD5781; }
span { border-color: rgb(221,87,129); }
td.TdClassName
{
border-color: #DD5781;
}
.TagClassName
{
border-color: #DD5781;
}
</style>