Shades of Dark Pink #DD598B
Tints of Dark Pink #DD598B
RGB
CMYK
RGB Variations
Color information
#DD598B (or 0xDD598B) is known color: Dark Pink. HEX triplet: DD, 59 and 8B. RGB value is (221,89,139). Sum of RGB (Red+Green+Blue) = 221+89+139=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD598B is #22A674. Grayscale: #868686. Windows color (decimal): -2270837 or 9132509. OLE color: 9132509.
HSL color Cylindrical-coordinate representation of color #DD598B: hue angle of 337.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD598B is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 139 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.13 |
| HSL | 337.27º | 0.66% | 0.61% | - |
| HSV(B) | 337.27º | 0.6% | 0.87% | - |
| XYZ | 38.05 | 24.38 | 27.13 | - |
| YUV | 134.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 139 | 0 | 0.60 | 0.37 | 0.13 | 337.27 | 0.66 | 0.61 |
| Hex | DD | 59 | 8B | 0 | 3C | 25 | D | 151 | 42 | 3D |
| Octal | 335 | 131 | 213 | 0 | 74 | 45 | 15 | 521 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10001011 | 0 | 111100 | 100101 | 1101 | 101010001 | 1000010 | 111101 |
Color Harmonies of #DD598B
Complementary color
Monochromatic Colors of #DD598B
Black with #DD598B
Text Example
Text Example
White with #DD598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD598B; }
p { color: rgb(221,89,139); }
H1.HeaderClassName
{
color: #DD598B;
}
.AnyTagClassName
{
color: #DD598B;
}
</style>
background-color css
<style>
a { background-color: #DD598B; }
a { background-color: rgb(221,89,139); }
div.DivClassName
{
background-color: #DD598B;
}
.BgClassName
{
background-color: #DD598B;
}
</style>
border-color css
<style>
span { border-color: #DD598B; }
span { border-color: rgb(221,89,139); }
td.TdClassName
{
border-color: #DD598B;
}
.TagClassName
{
border-color: #DD598B;
}
</style>