Shades of Dark Pink #DE508C
Tints of Dark Pink #DE508C
RGB
CMYK
RGB Variations
Color information
#DE508C (or 0xDE508C) is known color: Dark Pink. HEX triplet: DE, 50 and 8C. RGB value is (222,80,140). Sum of RGB (Red+Green+Blue) = 222+80+140=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE508C is #21AF73. Grayscale: #818181. Windows color (decimal): -2207604 or 9195742. OLE color: 9195742.
HSL color Cylindrical-coordinate representation of color #DE508C: hue angle of 334.65º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE508C is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 140 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.13 |
| HSL | 334.65º | 0.68% | 0.59% | - |
| HSV(B) | 334.65º | 0.64% | 0.87% | - |
| XYZ | 37.73 | 23.16 | 27.29 | - |
| YUV | 129.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 140 | 0 | 0.64 | 0.37 | 0.13 | 334.65 | 0.68 | 0.59 |
| Hex | DE | 50 | 8C | 0 | 40 | 25 | D | 14F | 44 | 3B |
| Octal | 336 | 120 | 214 | 0 | 100 | 45 | 15 | 517 | 104 | 73 |
| Binary | 11011110 | 1010000 | 10001100 | 0 | 1000000 | 100101 | 1101 | 101001111 | 1000100 | 111011 |
Color Harmonies of #DE508C
Complementary color
Monochromatic Colors of #DE508C
Black with #DE508C
Text Example
Text Example
White with #DE508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE508C; }
p { color: rgb(222,80,140); }
H1.HeaderClassName
{
color: #DE508C;
}
.AnyTagClassName
{
color: #DE508C;
}
</style>
background-color css
<style>
a { background-color: #DE508C; }
a { background-color: rgb(222,80,140); }
div.DivClassName
{
background-color: #DE508C;
}
.BgClassName
{
background-color: #DE508C;
}
</style>
border-color css
<style>
span { border-color: #DE508C; }
span { border-color: rgb(222,80,140); }
td.TdClassName
{
border-color: #DE508C;
}
.TagClassName
{
border-color: #DE508C;
}
</style>