Shades of Dark Pink #DD568E
Tints of Dark Pink #DD568E
RGB
CMYK
RGB Variations
Color information
#DD568E (or 0xDD568E) is known color: Dark Pink. HEX triplet: DD, 56 and 8E. RGB value is (221,86,142). Sum of RGB (Red+Green+Blue) = 221+86+142=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD568E is #22A971. Grayscale: #848484. Windows color (decimal): -2271602 or 9328349. OLE color: 9328349.
HSL color Cylindrical-coordinate representation of color #DD568E: hue angle of 335.11º 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 #DD568E is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 142 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.13 |
| HSL | 335.11º | 0.67% | 0.6% | - |
| HSV(B) | 335.11º | 0.61% | 0.87% | - |
| XYZ | 38.03 | 23.98 | 28.22 | - |
| YUV | 132.75 | 133.23 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 142 | 0 | 0.61 | 0.36 | 0.13 | 335.11 | 0.67 | 0.6 |
| Hex | DD | 56 | 8E | 0 | 3D | 24 | D | 14F | 43 | 3C |
| Octal | 335 | 126 | 216 | 0 | 75 | 44 | 15 | 517 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10001110 | 0 | 111101 | 100100 | 1101 | 101001111 | 1000011 | 111100 |
Color Harmonies of #DD568E
Complementary color
Monochromatic Colors of #DD568E
Black with #DD568E
Text Example
Text Example
White with #DD568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD568E; }
p { color: rgb(221,86,142); }
H1.HeaderClassName
{
color: #DD568E;
}
.AnyTagClassName
{
color: #DD568E;
}
</style>
background-color css
<style>
a { background-color: #DD568E; }
a { background-color: rgb(221,86,142); }
div.DivClassName
{
background-color: #DD568E;
}
.BgClassName
{
background-color: #DD568E;
}
</style>
border-color css
<style>
span { border-color: #DD568E; }
span { border-color: rgb(221,86,142); }
td.TdClassName
{
border-color: #DD568E;
}
.TagClassName
{
border-color: #DD568E;
}
</style>