Shades of Dark Pink #DE598B
Tints of Dark Pink #DE598B
RGB
CMYK
RGB Variations
Color information
#DE598B (or 0xDE598B) is known color: Dark Pink. HEX triplet: DE, 59 and 8B. RGB value is (222,89,139). Sum of RGB (Red+Green+Blue) = 222+89+139=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE598B is #21A674. Grayscale: #868686. Windows color (decimal): -2205301 or 9132510. OLE color: 9132510.
HSL color Cylindrical-coordinate representation of color #DE598B: hue angle of 337.44º degrees, saturation: 0.67, 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 #DE598B is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 139 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.13 |
| HSL | 337.44º | 0.67% | 0.61% | - |
| HSV(B) | 337.44º | 0.6% | 0.87% | - |
| XYZ | 38.36 | 24.54 | 27.14 | - |
| YUV | 134.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 139 | 0 | 0.60 | 0.37 | 0.13 | 337.44 | 0.67 | 0.61 |
| Hex | DE | 59 | 8B | 0 | 3C | 25 | D | 151 | 43 | 3D |
| Octal | 336 | 131 | 213 | 0 | 74 | 45 | 15 | 521 | 103 | 75 |
| Binary | 11011110 | 1011001 | 10001011 | 0 | 111100 | 100101 | 1101 | 101010001 | 1000011 | 111101 |
Color Harmonies of #DE598B
Complementary color
Monochromatic Colors of #DE598B
Black with #DE598B
Text Example
Text Example
White with #DE598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE598B; }
p { color: rgb(222,89,139); }
H1.HeaderClassName
{
color: #DE598B;
}
.AnyTagClassName
{
color: #DE598B;
}
</style>
background-color css
<style>
a { background-color: #DE598B; }
a { background-color: rgb(222,89,139); }
div.DivClassName
{
background-color: #DE598B;
}
.BgClassName
{
background-color: #DE598B;
}
</style>
border-color css
<style>
span { border-color: #DE598B; }
span { border-color: rgb(222,89,139); }
td.TdClassName
{
border-color: #DE598B;
}
.TagClassName
{
border-color: #DE598B;
}
</style>