Shades of Dark Pink #DE5592
Tints of Dark Pink #DE5592
RGB
CMYK
RGB Variations
Color information
#DE5592 (or 0xDE5592) is known color: Dark Pink. HEX triplet: DE, 55 and 92. RGB value is (222,85,146). Sum of RGB (Red+Green+Blue) = 222+85+146=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5592 is #21AA6D. Grayscale: #848484. Windows color (decimal): -2206318 or 9590238. OLE color: 9590238.
HSL color Cylindrical-coordinate representation of color #DE5592: hue angle of 333.28º 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 #DE5592 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 146 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.13 |
| HSL | 333.28º | 0.67% | 0.6% | - |
| HSV(B) | 333.28º | 0.62% | 0.87% | - |
| XYZ | 38.56 | 24.1 | 29.81 | - |
| YUV | 132.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 146 | 0 | 0.62 | 0.34 | 0.13 | 333.28 | 0.67 | 0.6 |
| Hex | DE | 55 | 92 | 0 | 3E | 22 | D | 14D | 43 | 3C |
| Octal | 336 | 125 | 222 | 0 | 76 | 42 | 15 | 515 | 103 | 74 |
| Binary | 11011110 | 1010101 | 10010010 | 0 | 111110 | 100010 | 1101 | 101001101 | 1000011 | 111100 |
Color Harmonies of #DE5592
Complementary color
Monochromatic Colors of #DE5592
Black with #DE5592
Text Example
Text Example
White with #DE5592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5592; }
p { color: rgb(222,85,146); }
H1.HeaderClassName
{
color: #DE5592;
}
.AnyTagClassName
{
color: #DE5592;
}
</style>
background-color css
<style>
a { background-color: #DE5592; }
a { background-color: rgb(222,85,146); }
div.DivClassName
{
background-color: #DE5592;
}
.BgClassName
{
background-color: #DE5592;
}
</style>
border-color css
<style>
span { border-color: #DE5592; }
span { border-color: rgb(222,85,146); }
td.TdClassName
{
border-color: #DE5592;
}
.TagClassName
{
border-color: #DE5592;
}
</style>