Shades of Dark Pink #DE5E7D
Tints of Dark Pink #DE5E7D
RGB
CMYK
RGB Variations
Color information
#DE5E7D (or 0xDE5E7D) is known color: Dark Pink. HEX triplet: DE, 5E and 7D. RGB value is (222,94,125). Sum of RGB (Red+Green+Blue) = 222+94+125=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E7D is #21A182. Grayscale: #878787. Windows color (decimal): -2204035 or 8216286. OLE color: 8216286.
HSL color Cylindrical-coordinate representation of color #DE5E7D: hue angle of 345.47º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5E7D is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 125 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.13 |
| HSL | 345.47º | 0.66% | 0.62% | - |
| HSV(B) | 345.47º | 0.58% | 0.87% | - |
| XYZ | 37.83 | 25.02 | 22.24 | - |
| YUV | 135.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 125 | 0 | 0.58 | 0.44 | 0.13 | 345.47 | 0.66 | 0.62 |
| Hex | DE | 5E | 7D | 0 | 3A | 2C | D | 159 | 42 | 3E |
| Octal | 336 | 136 | 175 | 0 | 72 | 54 | 15 | 531 | 102 | 76 |
| Binary | 11011110 | 1011110 | 1111101 | 0 | 111010 | 101100 | 1101 | 101011001 | 1000010 | 111110 |
Color Harmonies of #DE5E7D
Complementary color
Monochromatic Colors of #DE5E7D
Black with #DE5E7D
Text Example
Text Example
White with #DE5E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E7D; }
p { color: rgb(222,94,125); }
H1.HeaderClassName
{
color: #DE5E7D;
}
.AnyTagClassName
{
color: #DE5E7D;
}
</style>
background-color css
<style>
a { background-color: #DE5E7D; }
a { background-color: rgb(222,94,125); }
div.DivClassName
{
background-color: #DE5E7D;
}
.BgClassName
{
background-color: #DE5E7D;
}
</style>
border-color css
<style>
span { border-color: #DE5E7D; }
span { border-color: rgb(222,94,125); }
td.TdClassName
{
border-color: #DE5E7D;
}
.TagClassName
{
border-color: #DE5E7D;
}
</style>