Shades of Dark Pink #DD568D
Tints of Dark Pink #DD568D
RGB
CMYK
RGB Variations
Color information
#DD568D (or 0xDD568D) is known color: Dark Pink. HEX triplet: DD, 56 and 8D. RGB value is (221,86,141). Sum of RGB (Red+Green+Blue) = 221+86+141=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD568D is #22A972. Grayscale: #848484. Windows color (decimal): -2271603 or 9262813. OLE color: 9262813.
HSL color Cylindrical-coordinate representation of color #DD568D: hue angle of 335.56º 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 #DD568D is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 141 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.13 |
| HSL | 335.56º | 0.67% | 0.6% | - |
| HSV(B) | 335.56º | 0.61% | 0.87% | - |
| XYZ | 37.95 | 23.95 | 27.82 | - |
| YUV | 132.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 141 | 0 | 0.61 | 0.36 | 0.13 | 335.56 | 0.67 | 0.6 |
| Hex | DD | 56 | 8D | 0 | 3D | 24 | D | 150 | 43 | 3C |
| Octal | 335 | 126 | 215 | 0 | 75 | 44 | 15 | 520 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10001101 | 0 | 111101 | 100100 | 1101 | 101010000 | 1000011 | 111100 |
Color Harmonies of #DD568D
Complementary color
Monochromatic Colors of #DD568D
Black with #DD568D
Text Example
Text Example
White with #DD568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD568D; }
p { color: rgb(221,86,141); }
H1.HeaderClassName
{
color: #DD568D;
}
.AnyTagClassName
{
color: #DD568D;
}
</style>
background-color css
<style>
a { background-color: #DD568D; }
a { background-color: rgb(221,86,141); }
div.DivClassName
{
background-color: #DD568D;
}
.BgClassName
{
background-color: #DD568D;
}
</style>
border-color css
<style>
span { border-color: #DD568D; }
span { border-color: rgb(221,86,141); }
td.TdClassName
{
border-color: #DD568D;
}
.TagClassName
{
border-color: #DD568D;
}
</style>