Shades of Dark Pink #DD568F
Tints of Dark Pink #DD568F
RGB
CMYK
RGB Variations
Color information
#DD568F (or 0xDD568F) is known color: Dark Pink. HEX triplet: DD, 56 and 8F. RGB value is (221,86,143). Sum of RGB (Red+Green+Blue) = 221+86+143=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD568F is #22A970. Grayscale: #848484. Windows color (decimal): -2271601 or 9393885. OLE color: 9393885.
HSL color Cylindrical-coordinate representation of color #DD568F: hue angle of 334.67º 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 #DD568F is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 143 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.13 |
| HSL | 334.67º | 0.67% | 0.6% | - |
| HSV(B) | 334.67º | 0.61% | 0.87% | - |
| XYZ | 38.1 | 24.01 | 28.61 | - |
| YUV | 132.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 143 | 0 | 0.61 | 0.35 | 0.13 | 334.67 | 0.67 | 0.6 |
| Hex | DD | 56 | 8F | 0 | 3D | 23 | D | 14F | 43 | 3C |
| Octal | 335 | 126 | 217 | 0 | 75 | 43 | 15 | 517 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10001111 | 0 | 111101 | 100011 | 1101 | 101001111 | 1000011 | 111100 |
Color Harmonies of #DD568F
Complementary color
Monochromatic Colors of #DD568F
Black with #DD568F
Text Example
Text Example
White with #DD568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD568F; }
p { color: rgb(221,86,143); }
H1.HeaderClassName
{
color: #DD568F;
}
.AnyTagClassName
{
color: #DD568F;
}
</style>
background-color css
<style>
a { background-color: #DD568F; }
a { background-color: rgb(221,86,143); }
div.DivClassName
{
background-color: #DD568F;
}
.BgClassName
{
background-color: #DD568F;
}
</style>
border-color css
<style>
span { border-color: #DD568F; }
span { border-color: rgb(221,86,143); }
td.TdClassName
{
border-color: #DD568F;
}
.TagClassName
{
border-color: #DD568F;
}
</style>