Shades of Dark Pink #DD5694
Tints of Dark Pink #DD5694
RGB
CMYK
RGB Variations
Color information
#DD5694 (or 0xDD5694) is known color: Dark Pink. HEX triplet: DD, 56 and 94. RGB value is (221,86,148). Sum of RGB (Red+Green+Blue) = 221+86+148=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5694 is #22A96B. Grayscale: #858585. Windows color (decimal): -2271596 or 9721565. OLE color: 9721565.
HSL color Cylindrical-coordinate representation of color #DD5694: hue angle of 332.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5694 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 148 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.13 |
| HSL | 332.44º | 0.67% | 0.6% | - |
| HSV(B) | 332.44º | 0.61% | 0.87% | - |
| XYZ | 38.49 | 24.17 | 30.65 | - |
| YUV | 133.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 148 | 0 | 0.61 | 0.33 | 0.13 | 332.44 | 0.67 | 0.6 |
| Hex | DD | 56 | 94 | 0 | 3D | 21 | D | 14C | 43 | 3C |
| Octal | 335 | 126 | 224 | 0 | 75 | 41 | 15 | 514 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10010100 | 0 | 111101 | 100001 | 1101 | 101001100 | 1000011 | 111100 |
Color Harmonies of #DD5694
Complementary color
Monochromatic Colors of #DD5694
Black with #DD5694
Text Example
Text Example
White with #DD5694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5694; }
p { color: rgb(221,86,148); }
H1.HeaderClassName
{
color: #DD5694;
}
.AnyTagClassName
{
color: #DD5694;
}
</style>
background-color css
<style>
a { background-color: #DD5694; }
a { background-color: rgb(221,86,148); }
div.DivClassName
{
background-color: #DD5694;
}
.BgClassName
{
background-color: #DD5694;
}
</style>
border-color css
<style>
span { border-color: #DD5694; }
span { border-color: rgb(221,86,148); }
td.TdClassName
{
border-color: #DD5694;
}
.TagClassName
{
border-color: #DD5694;
}
</style>