Shades of Dark Pink #DD5A8E
Tints of Dark Pink #DD5A8E
RGB
CMYK
RGB Variations
Color information
#DD5A8E (or 0xDD5A8E) is known color: Dark Pink. HEX triplet: DD, 5A and 8E. RGB value is (221,90,142). Sum of RGB (Red+Green+Blue) = 221+90+142=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A8E is #22A571. Grayscale: #878787. Windows color (decimal): -2270578 or 9329373. OLE color: 9329373.
HSL color Cylindrical-coordinate representation of color #DD5A8E: hue angle of 336.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5A8E is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 142 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.13 |
| HSL | 336.18º | 0.66% | 0.61% | - |
| HSV(B) | 336.18º | 0.59% | 0.87% | - |
| XYZ | 38.36 | 24.64 | 28.33 | - |
| YUV | 135.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 142 | 0 | 0.59 | 0.36 | 0.13 | 336.18 | 0.66 | 0.61 |
| Hex | DD | 5A | 8E | 0 | 3B | 24 | D | 150 | 42 | 3D |
| Octal | 335 | 132 | 216 | 0 | 73 | 44 | 15 | 520 | 102 | 75 |
| Binary | 11011101 | 1011010 | 10001110 | 0 | 111011 | 100100 | 1101 | 101010000 | 1000010 | 111101 |
Color Harmonies of #DD5A8E
Complementary color
Monochromatic Colors of #DD5A8E
Black with #DD5A8E
Text Example
Text Example
White with #DD5A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A8E; }
p { color: rgb(221,90,142); }
H1.HeaderClassName
{
color: #DD5A8E;
}
.AnyTagClassName
{
color: #DD5A8E;
}
</style>
background-color css
<style>
a { background-color: #DD5A8E; }
a { background-color: rgb(221,90,142); }
div.DivClassName
{
background-color: #DD5A8E;
}
.BgClassName
{
background-color: #DD5A8E;
}
</style>
border-color css
<style>
span { border-color: #DD5A8E; }
span { border-color: rgb(221,90,142); }
td.TdClassName
{
border-color: #DD5A8E;
}
.TagClassName
{
border-color: #DD5A8E;
}
</style>