Shades of Dark Pink #DD5D7F
Tints of Dark Pink #DD5D7F
RGB
CMYK
RGB Variations
Color information
#DD5D7F (or 0xDD5D7F) is known color: Dark Pink. HEX triplet: DD, 5D and 7F. RGB value is (221,93,127). Sum of RGB (Red+Green+Blue) = 221+93+127=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D7F is #22A280. Grayscale: #878787. Windows color (decimal): -2269825 or 8347101. OLE color: 8347101.
HSL color Cylindrical-coordinate representation of color #DD5D7F: hue angle of 344.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5D7F is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 127 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.13 |
| HSL | 344.06º | 0.65% | 0.62% | - |
| HSV(B) | 344.06º | 0.58% | 0.87% | - |
| XYZ | 37.56 | 24.73 | 22.87 | - |
| YUV | 135.15 | 123.41 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 127 | 0 | 0.58 | 0.43 | 0.13 | 344.06 | 0.65 | 0.62 |
| Hex | DD | 5D | 7F | 0 | 3A | 2B | D | 158 | 41 | 3E |
| Octal | 335 | 135 | 177 | 0 | 72 | 53 | 15 | 530 | 101 | 76 |
| Binary | 11011101 | 1011101 | 1111111 | 0 | 111010 | 101011 | 1101 | 101011000 | 1000001 | 111110 |
Color Harmonies of #DD5D7F
Complementary color
Monochromatic Colors of #DD5D7F
Black with #DD5D7F
Text Example
Text Example
White with #DD5D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D7F; }
p { color: rgb(221,93,127); }
H1.HeaderClassName
{
color: #DD5D7F;
}
.AnyTagClassName
{
color: #DD5D7F;
}
</style>
background-color css
<style>
a { background-color: #DD5D7F; }
a { background-color: rgb(221,93,127); }
div.DivClassName
{
background-color: #DD5D7F;
}
.BgClassName
{
background-color: #DD5D7F;
}
</style>
border-color css
<style>
span { border-color: #DD5D7F; }
span { border-color: rgb(221,93,127); }
td.TdClassName
{
border-color: #DD5D7F;
}
.TagClassName
{
border-color: #DD5D7F;
}
</style>