Shades of Dark Pink #DD598A
Tints of Dark Pink #DD598A
RGB
CMYK
RGB Variations
Color information
#DD598A (or 0xDD598A) is known color: Dark Pink. HEX triplet: DD, 59 and 8A. RGB value is (221,89,138). Sum of RGB (Red+Green+Blue) = 221+89+138=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD598A is #22A675. Grayscale: #858585. Windows color (decimal): -2270838 or 9066973. OLE color: 9066973.
HSL color Cylindrical-coordinate representation of color #DD598A: hue angle of 337.73º 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 #DD598A is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 138 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.13 |
| HSL | 337.73º | 0.66% | 0.61% | - |
| HSV(B) | 337.73º | 0.6% | 0.87% | - |
| XYZ | 37.98 | 24.35 | 26.74 | - |
| YUV | 134.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 138 | 0 | 0.60 | 0.38 | 0.13 | 337.73 | 0.66 | 0.61 |
| Hex | DD | 59 | 8A | 0 | 3C | 26 | D | 152 | 42 | 3D |
| Octal | 335 | 131 | 212 | 0 | 74 | 46 | 15 | 522 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10001010 | 0 | 111100 | 100110 | 1101 | 101010010 | 1000010 | 111101 |
Color Harmonies of #DD598A
Complementary color
Monochromatic Colors of #DD598A
Black with #DD598A
Text Example
Text Example
White with #DD598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD598A; }
p { color: rgb(221,89,138); }
H1.HeaderClassName
{
color: #DD598A;
}
.AnyTagClassName
{
color: #DD598A;
}
</style>
background-color css
<style>
a { background-color: #DD598A; }
a { background-color: rgb(221,89,138); }
div.DivClassName
{
background-color: #DD598A;
}
.BgClassName
{
background-color: #DD598A;
}
</style>
border-color css
<style>
span { border-color: #DD598A; }
span { border-color: rgb(221,89,138); }
td.TdClassName
{
border-color: #DD598A;
}
.TagClassName
{
border-color: #DD598A;
}
</style>