Shades of Dark Pink #DE538F
Tints of Dark Pink #DE538F
RGB
CMYK
RGB Variations
Color information
#DE538F (or 0xDE538F) is known color: Dark Pink. HEX triplet: DE, 53 and 8F. RGB value is (222,83,143). Sum of RGB (Red+Green+Blue) = 222+83+143=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE538F is #21AC70. Grayscale: #838383. Windows color (decimal): -2206833 or 9393118. OLE color: 9393118.
HSL color Cylindrical-coordinate representation of color #DE538F: hue angle of 334.1º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE538F is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 143 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.13 |
| HSL | 334.1º | 0.68% | 0.6% | - |
| HSV(B) | 334.1º | 0.63% | 0.87% | - |
| XYZ | 38.18 | 23.7 | 28.55 | - |
| YUV | 131.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 143 | 0 | 0.63 | 0.36 | 0.13 | 334.1 | 0.68 | 0.6 |
| Hex | DE | 53 | 8F | 0 | 3F | 24 | D | 14E | 44 | 3C |
| Octal | 336 | 123 | 217 | 0 | 77 | 44 | 15 | 516 | 104 | 74 |
| Binary | 11011110 | 1010011 | 10001111 | 0 | 111111 | 100100 | 1101 | 101001110 | 1000100 | 111100 |
Color Harmonies of #DE538F
Complementary color
Monochromatic Colors of #DE538F
Black with #DE538F
Text Example
Text Example
White with #DE538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE538F; }
p { color: rgb(222,83,143); }
H1.HeaderClassName
{
color: #DE538F;
}
.AnyTagClassName
{
color: #DE538F;
}
</style>
background-color css
<style>
a { background-color: #DE538F; }
a { background-color: rgb(222,83,143); }
div.DivClassName
{
background-color: #DE538F;
}
.BgClassName
{
background-color: #DE538F;
}
</style>
border-color css
<style>
span { border-color: #DE538F; }
span { border-color: rgb(222,83,143); }
td.TdClassName
{
border-color: #DE538F;
}
.TagClassName
{
border-color: #DE538F;
}
</style>