Shades of Dark Pink #DE5680
Tints of Dark Pink #DE5680
RGB
CMYK
RGB Variations
Color information
#DE5680 (or 0xDE5680) is known color: Dark Pink. HEX triplet: DE, 56 and 80. RGB value is (222,86,128). Sum of RGB (Red+Green+Blue) = 222+86+128=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5680 is #21A97F. Grayscale: #838383. Windows color (decimal): -2206080 or 8410846. OLE color: 8410846.
HSL color Cylindrical-coordinate representation of color #DE5680: hue angle of 341.47º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE5680 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 86 | 128 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.13 |
| HSL | 341.47º | 0.67% | 0.6% | - |
| HSV(B) | 341.47º | 0.61% | 0.87% | - |
| XYZ | 37.35 | 23.74 | 23.04 | - |
| YUV | 131.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 128 | 0 | 0.61 | 0.42 | 0.13 | 341.47 | 0.67 | 0.6 |
| Hex | DE | 56 | 80 | 0 | 3D | 2A | D | 155 | 43 | 3C |
| Octal | 336 | 126 | 200 | 0 | 75 | 52 | 15 | 525 | 103 | 74 |
| Binary | 11011110 | 1010110 | 10000000 | 0 | 111101 | 101010 | 1101 | 101010101 | 1000011 | 111100 |
Color Harmonies of #DE5680
Complementary color
Monochromatic Colors of #DE5680
Black with #DE5680
Text Example
Text Example
White with #DE5680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5680; }
p { color: rgb(222,86,128); }
H1.HeaderClassName
{
color: #DE5680;
}
.AnyTagClassName
{
color: #DE5680;
}
</style>
background-color css
<style>
a { background-color: #DE5680; }
a { background-color: rgb(222,86,128); }
div.DivClassName
{
background-color: #DE5680;
}
.BgClassName
{
background-color: #DE5680;
}
</style>
border-color css
<style>
span { border-color: #DE5680; }
span { border-color: rgb(222,86,128); }
td.TdClassName
{
border-color: #DE5680;
}
.TagClassName
{
border-color: #DE5680;
}
</style>