Shades of Dark Pink #DE597F
Tints of Dark Pink #DE597F
RGB
CMYK
RGB Variations
Color information
#DE597F (or 0xDE597F) is known color: Dark Pink. HEX triplet: DE, 59 and 7F. RGB value is (222,89,127). Sum of RGB (Red+Green+Blue) = 222+89+127=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE597F is #21A680. Grayscale: #858585. Windows color (decimal): -2205313 or 8346078. OLE color: 8346078.
HSL color Cylindrical-coordinate representation of color #DE597F: hue angle of 342.86º 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 #DE597F is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 127 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.13 |
| HSL | 342.86º | 0.67% | 0.61% | - |
| HSV(B) | 342.86º | 0.6% | 0.87% | - |
| XYZ | 37.53 | 24.21 | 22.77 | - |
| YUV | 133.1 | 124.56 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 127 | 0 | 0.60 | 0.43 | 0.13 | 342.86 | 0.67 | 0.61 |
| Hex | DE | 59 | 7F | 0 | 3C | 2B | D | 157 | 43 | 3D |
| Octal | 336 | 131 | 177 | 0 | 74 | 53 | 15 | 527 | 103 | 75 |
| Binary | 11011110 | 1011001 | 1111111 | 0 | 111100 | 101011 | 1101 | 101010111 | 1000011 | 111101 |
Color Harmonies of #DE597F
Complementary color
Monochromatic Colors of #DE597F
Black with #DE597F
Text Example
Text Example
White with #DE597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE597F; }
p { color: rgb(222,89,127); }
H1.HeaderClassName
{
color: #DE597F;
}
.AnyTagClassName
{
color: #DE597F;
}
</style>
background-color css
<style>
a { background-color: #DE597F; }
a { background-color: rgb(222,89,127); }
div.DivClassName
{
background-color: #DE597F;
}
.BgClassName
{
background-color: #DE597F;
}
</style>
border-color css
<style>
span { border-color: #DE597F; }
span { border-color: rgb(222,89,127); }
td.TdClassName
{
border-color: #DE597F;
}
.TagClassName
{
border-color: #DE597F;
}
</style>