Shades of Dark Pink #DE508B
Tints of Dark Pink #DE508B
RGB
CMYK
RGB Variations
Color information
#DE508B (or 0xDE508B) is known color: Dark Pink. HEX triplet: DE, 50 and 8B. RGB value is (222,80,139). Sum of RGB (Red+Green+Blue) = 222+80+139=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE508B is #21AF74. Grayscale: #818181. Windows color (decimal): -2207605 or 9130206. OLE color: 9130206.
HSL color Cylindrical-coordinate representation of color #DE508B: hue angle of 335.07º 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 #DE508B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 139 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.13 |
| HSL | 335.07º | 0.68% | 0.59% | - |
| HSV(B) | 335.07º | 0.64% | 0.87% | - |
| XYZ | 37.65 | 23.13 | 26.91 | - |
| YUV | 129.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 139 | 0 | 0.64 | 0.37 | 0.13 | 335.07 | 0.68 | 0.59 |
| Hex | DE | 50 | 8B | 0 | 40 | 25 | D | 14F | 44 | 3B |
| Octal | 336 | 120 | 213 | 0 | 100 | 45 | 15 | 517 | 104 | 73 |
| Binary | 11011110 | 1010000 | 10001011 | 0 | 1000000 | 100101 | 1101 | 101001111 | 1000100 | 111011 |
Color Harmonies of #DE508B
Complementary color
Monochromatic Colors of #DE508B
Black with #DE508B
Text Example
Text Example
White with #DE508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE508B; }
p { color: rgb(222,80,139); }
H1.HeaderClassName
{
color: #DE508B;
}
.AnyTagClassName
{
color: #DE508B;
}
</style>
background-color css
<style>
a { background-color: #DE508B; }
a { background-color: rgb(222,80,139); }
div.DivClassName
{
background-color: #DE508B;
}
.BgClassName
{
background-color: #DE508B;
}
</style>
border-color css
<style>
span { border-color: #DE508B; }
span { border-color: rgb(222,80,139); }
td.TdClassName
{
border-color: #DE508B;
}
.TagClassName
{
border-color: #DE508B;
}
</style>