Shades of Dark Pink #DD5E7F
Tints of Dark Pink #DD5E7F
RGB
CMYK
RGB Variations
Color information
#DD5E7F (or 0xDD5E7F) is known color: Dark Pink. HEX triplet: DD, 5E and 7F. RGB value is (221,94,127). Sum of RGB (Red+Green+Blue) = 221+94+127=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E7F is #22A180. Grayscale: #878787. Windows color (decimal): -2269569 or 8347357. OLE color: 8347357.
HSL color Cylindrical-coordinate representation of color #DD5E7F: hue angle of 344.41º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5E7F is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 127 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.13 |
| HSL | 344.41º | 0.65% | 0.62% | - |
| HSV(B) | 344.41º | 0.57% | 0.87% | - |
| XYZ | 37.65 | 24.91 | 22.9 | - |
| YUV | 135.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 127 | 0 | 0.57 | 0.43 | 0.13 | 344.41 | 0.65 | 0.62 |
| Hex | DD | 5E | 7F | 0 | 39 | 2B | D | 158 | 41 | 3E |
| Octal | 335 | 136 | 177 | 0 | 71 | 53 | 15 | 530 | 101 | 76 |
| Binary | 11011101 | 1011110 | 1111111 | 0 | 111001 | 101011 | 1101 | 101011000 | 1000001 | 111110 |
Color Harmonies of #DD5E7F
Complementary color
Monochromatic Colors of #DD5E7F
Black with #DD5E7F
Text Example
Text Example
White with #DD5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E7F; }
p { color: rgb(221,94,127); }
H1.HeaderClassName
{
color: #DD5E7F;
}
.AnyTagClassName
{
color: #DD5E7F;
}
</style>
background-color css
<style>
a { background-color: #DD5E7F; }
a { background-color: rgb(221,94,127); }
div.DivClassName
{
background-color: #DD5E7F;
}
.BgClassName
{
background-color: #DD5E7F;
}
</style>
border-color css
<style>
span { border-color: #DD5E7F; }
span { border-color: rgb(221,94,127); }
td.TdClassName
{
border-color: #DD5E7F;
}
.TagClassName
{
border-color: #DD5E7F;
}
</style>