Shades of Dark Pink #DE5594
Tints of Dark Pink #DE5594
RGB
CMYK
RGB Variations
Color information
#DE5594 (or 0xDE5594) is known color: Dark Pink. HEX triplet: DE, 55 and 94. RGB value is (222,85,148). Sum of RGB (Red+Green+Blue) = 222+85+148=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5594 is #21AA6B. Grayscale: #858585. Windows color (decimal): -2206316 or 9721310. OLE color: 9721310.
HSL color Cylindrical-coordinate representation of color #DE5594: hue angle of 332.41º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE5594 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 148 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.13 |
| HSL | 332.41º | 0.67% | 0.6% | - |
| HSV(B) | 332.41º | 0.62% | 0.87% | - |
| XYZ | 38.72 | 24.16 | 30.64 | - |
| YUV | 133.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 148 | 0 | 0.62 | 0.33 | 0.13 | 332.41 | 0.67 | 0.6 |
| Hex | DE | 55 | 94 | 0 | 3E | 21 | D | 14C | 43 | 3C |
| Octal | 336 | 125 | 224 | 0 | 76 | 41 | 15 | 514 | 103 | 74 |
| Binary | 11011110 | 1010101 | 10010100 | 0 | 111110 | 100001 | 1101 | 101001100 | 1000011 | 111100 |
Color Harmonies of #DE5594
Complementary color
Monochromatic Colors of #DE5594
Black with #DE5594
Text Example
Text Example
White with #DE5594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5594; }
p { color: rgb(222,85,148); }
H1.HeaderClassName
{
color: #DE5594;
}
.AnyTagClassName
{
color: #DE5594;
}
</style>
background-color css
<style>
a { background-color: #DE5594; }
a { background-color: rgb(222,85,148); }
div.DivClassName
{
background-color: #DE5594;
}
.BgClassName
{
background-color: #DE5594;
}
</style>
border-color css
<style>
span { border-color: #DE5594; }
span { border-color: rgb(222,85,148); }
td.TdClassName
{
border-color: #DE5594;
}
.TagClassName
{
border-color: #DE5594;
}
</style>