Shades of Dark Pink #DE598C
Tints of Dark Pink #DE598C
RGB
CMYK
RGB Variations
Color information
#DE598C (or 0xDE598C) is known color: Dark Pink. HEX triplet: DE, 59 and 8C. RGB value is (222,89,140). Sum of RGB (Red+Green+Blue) = 222+89+140=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE598C is #21A673. Grayscale: #868686. Windows color (decimal): -2205300 or 9198046. OLE color: 9198046.
HSL color Cylindrical-coordinate representation of color #DE598C: hue angle of 336.99º 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 #DE598C is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 140 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.13 |
| HSL | 336.99º | 0.67% | 0.61% | - |
| HSV(B) | 336.99º | 0.6% | 0.87% | - |
| XYZ | 38.43 | 24.57 | 27.53 | - |
| YUV | 134.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 140 | 0 | 0.60 | 0.37 | 0.13 | 336.99 | 0.67 | 0.61 |
| Hex | DE | 59 | 8C | 0 | 3C | 25 | D | 151 | 43 | 3D |
| Octal | 336 | 131 | 214 | 0 | 74 | 45 | 15 | 521 | 103 | 75 |
| Binary | 11011110 | 1011001 | 10001100 | 0 | 111100 | 100101 | 1101 | 101010001 | 1000011 | 111101 |
Color Harmonies of #DE598C
Complementary color
Monochromatic Colors of #DE598C
Black with #DE598C
Text Example
Text Example
White with #DE598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE598C; }
p { color: rgb(222,89,140); }
H1.HeaderClassName
{
color: #DE598C;
}
.AnyTagClassName
{
color: #DE598C;
}
</style>
background-color css
<style>
a { background-color: #DE598C; }
a { background-color: rgb(222,89,140); }
div.DivClassName
{
background-color: #DE598C;
}
.BgClassName
{
background-color: #DE598C;
}
</style>
border-color css
<style>
span { border-color: #DE598C; }
span { border-color: rgb(222,89,140); }
td.TdClassName
{
border-color: #DE598C;
}
.TagClassName
{
border-color: #DE598C;
}
</style>