Shades of Dark Pink #DD5E8B
Tints of Dark Pink #DD5E8B
RGB
CMYK
RGB Variations
Color information
#DD5E8B (or 0xDD5E8B) is known color: Dark Pink. HEX triplet: DD, 5E and 8B. RGB value is (221,94,139). Sum of RGB (Red+Green+Blue) = 221+94+139=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E8B is #22A174. Grayscale: #898989. Windows color (decimal): -2269557 or 9133789. OLE color: 9133789.
HSL color Cylindrical-coordinate representation of color #DD5E8B: hue angle of 338.74º 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 #DD5E8B is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 139 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.13 |
| HSL | 338.74º | 0.65% | 0.62% | - |
| HSV(B) | 338.74º | 0.57% | 0.87% | - |
| XYZ | 38.48 | 25.24 | 27.27 | - |
| YUV | 137.1 | 129.08 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 139 | 0 | 0.57 | 0.37 | 0.13 | 338.74 | 0.65 | 0.62 |
| Hex | DD | 5E | 8B | 0 | 39 | 25 | D | 153 | 41 | 3E |
| Octal | 335 | 136 | 213 | 0 | 71 | 45 | 15 | 523 | 101 | 76 |
| Binary | 11011101 | 1011110 | 10001011 | 0 | 111001 | 100101 | 1101 | 101010011 | 1000001 | 111110 |
Color Harmonies of #DD5E8B
Complementary color
Monochromatic Colors of #DD5E8B
Black with #DD5E8B
Text Example
Text Example
White with #DD5E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E8B; }
p { color: rgb(221,94,139); }
H1.HeaderClassName
{
color: #DD5E8B;
}
.AnyTagClassName
{
color: #DD5E8B;
}
</style>
background-color css
<style>
a { background-color: #DD5E8B; }
a { background-color: rgb(221,94,139); }
div.DivClassName
{
background-color: #DD5E8B;
}
.BgClassName
{
background-color: #DD5E8B;
}
</style>
border-color css
<style>
span { border-color: #DD5E8B; }
span { border-color: rgb(221,94,139); }
td.TdClassName
{
border-color: #DD5E8B;
}
.TagClassName
{
border-color: #DD5E8B;
}
</style>