Shades of Dark Pink #DD568A
Tints of Dark Pink #DD568A
RGB
CMYK
RGB Variations
Color information
#DD568A (or 0xDD568A) is known color: Dark Pink. HEX triplet: DD, 56 and 8A. RGB value is (221,86,138). Sum of RGB (Red+Green+Blue) = 221+86+138=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD568A is #22A975. Grayscale: #848484. Windows color (decimal): -2271606 or 9066205. OLE color: 9066205.
HSL color Cylindrical-coordinate representation of color #DD568A: hue angle of 336.89º 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 #DD568A is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 138 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.13 |
| HSL | 336.89º | 0.67% | 0.6% | - |
| HSV(B) | 336.89º | 0.61% | 0.87% | - |
| XYZ | 37.73 | 23.86 | 26.66 | - |
| YUV | 132.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 138 | 0 | 0.61 | 0.38 | 0.13 | 336.89 | 0.67 | 0.6 |
| Hex | DD | 56 | 8A | 0 | 3D | 26 | D | 151 | 43 | 3C |
| Octal | 335 | 126 | 212 | 0 | 75 | 46 | 15 | 521 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10001010 | 0 | 111101 | 100110 | 1101 | 101010001 | 1000011 | 111100 |
Color Harmonies of #DD568A
Complementary color
Monochromatic Colors of #DD568A
Black with #DD568A
Text Example
Text Example
White with #DD568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD568A; }
p { color: rgb(221,86,138); }
H1.HeaderClassName
{
color: #DD568A;
}
.AnyTagClassName
{
color: #DD568A;
}
</style>
background-color css
<style>
a { background-color: #DD568A; }
a { background-color: rgb(221,86,138); }
div.DivClassName
{
background-color: #DD568A;
}
.BgClassName
{
background-color: #DD568A;
}
</style>
border-color css
<style>
span { border-color: #DD568A; }
span { border-color: rgb(221,86,138); }
td.TdClassName
{
border-color: #DD568A;
}
.TagClassName
{
border-color: #DD568A;
}
</style>