Shades of Dark Pink #DE538A
Tints of Dark Pink #DE538A
RGB
CMYK
RGB Variations
Color information
#DE538A (or 0xDE538A) is known color: Dark Pink. HEX triplet: DE, 53 and 8A. RGB value is (222,83,138). Sum of RGB (Red+Green+Blue) = 222+83+138=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE538A is #21AC75. Grayscale: #828282. Windows color (decimal): -2206838 or 9065438. OLE color: 9065438.
HSL color Cylindrical-coordinate representation of color #DE538A: hue angle of 336.26º 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 #DE538A is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 138 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.13 |
| HSL | 336.26º | 0.68% | 0.6% | - |
| HSV(B) | 336.26º | 0.63% | 0.87% | - |
| XYZ | 37.8 | 23.55 | 26.6 | - |
| YUV | 130.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 138 | 0 | 0.63 | 0.38 | 0.13 | 336.26 | 0.68 | 0.6 |
| Hex | DE | 53 | 8A | 0 | 3F | 26 | D | 150 | 44 | 3C |
| Octal | 336 | 123 | 212 | 0 | 77 | 46 | 15 | 520 | 104 | 74 |
| Binary | 11011110 | 1010011 | 10001010 | 0 | 111111 | 100110 | 1101 | 101010000 | 1000100 | 111100 |
Color Harmonies of #DE538A
Complementary color
Monochromatic Colors of #DE538A
Black with #DE538A
Text Example
Text Example
White with #DE538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE538A; }
p { color: rgb(222,83,138); }
H1.HeaderClassName
{
color: #DE538A;
}
.AnyTagClassName
{
color: #DE538A;
}
</style>
background-color css
<style>
a { background-color: #DE538A; }
a { background-color: rgb(222,83,138); }
div.DivClassName
{
background-color: #DE538A;
}
.BgClassName
{
background-color: #DE538A;
}
</style>
border-color css
<style>
span { border-color: #DE538A; }
span { border-color: rgb(222,83,138); }
td.TdClassName
{
border-color: #DE538A;
}
.TagClassName
{
border-color: #DE538A;
}
</style>