Shades of Dark Pink #DD4E86
Tints of Dark Pink #DD4E86
RGB
CMYK
RGB Variations
Color information
#DD4E86 (or 0xDD4E86) is known color: Dark Pink. HEX triplet: DD, 4E and 86. RGB value is (221,78,134). Sum of RGB (Red+Green+Blue) = 221+78+134=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4E86 is #22B179. Grayscale: #7F7F7F. Windows color (decimal): -2273658 or 8802013. OLE color: 8802013.
HSL color Cylindrical-coordinate representation of color #DD4E86: hue angle of 336.5º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E86 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 134 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.13 |
| HSL | 336.5º | 0.68% | 0.59% | - |
| HSV(B) | 336.5º | 0.65% | 0.87% | - |
| XYZ | 36.85 | 22.54 | 24.96 | - |
| YUV | 127.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 134 | 0 | 0.65 | 0.39 | 0.13 | 336.5 | 0.68 | 0.59 |
| Hex | DD | 4E | 86 | 0 | 41 | 27 | D | 151 | 44 | 3B |
| Octal | 335 | 116 | 206 | 0 | 101 | 47 | 15 | 521 | 104 | 73 |
| Binary | 11011101 | 1001110 | 10000110 | 0 | 1000001 | 100111 | 1101 | 101010001 | 1000100 | 111011 |
Color Harmonies of #DD4E86
Complementary color
Monochromatic Colors of #DD4E86
Black with #DD4E86
Text Example
Text Example
White with #DD4E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E86; }
p { color: rgb(221,78,134); }
H1.HeaderClassName
{
color: #DD4E86;
}
.AnyTagClassName
{
color: #DD4E86;
}
</style>
background-color css
<style>
a { background-color: #DD4E86; }
a { background-color: rgb(221,78,134); }
div.DivClassName
{
background-color: #DD4E86;
}
.BgClassName
{
background-color: #DD4E86;
}
</style>
border-color css
<style>
span { border-color: #DD4E86; }
span { border-color: rgb(221,78,134); }
td.TdClassName
{
border-color: #DD4E86;
}
.TagClassName
{
border-color: #DD4E86;
}
</style>