#DE538D

Color #DE538D Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DE538D

Tints of Dark Pink #DE538D

Color information

#DE538D (or 0xDE538D) is unknown color: approx Dark Pink. HEX triplet: DE, 53 and 8D. RGB value is (222,83,141). Sum of RGB (Red+Green+Blue) = 222+83+141=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE538D is #21AC72. Grayscale: #838383. Windows color (decimal): -2206835 or 9262046. OLE color: 9262046.

HSL color Cylindrical-coordinate representation of color #DE538D: hue angle of 334.96º 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 #DE538D is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB22283141-
CMYK00.630.360.13
HSL334.96º67.8%59.8%-
HSV(B)334.96º62.61%87.06%-
XYZ38.0323.6427.76-
YUV131.17133.55192.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 49.78%
GREEN value IS 83 (32.81% from 255) = 18.61%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=49.78%
G=18.61%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228314100.630.360.13334.9667.859.8
HexDE538D03F24D14f443c
Octal336123215077441551710474
Binary11011110101001110001101011111110010011011010011111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE538D; }

 p { color: rgb(222,83,141); }

 H1.HeaderClassName
 {
   color: #DE538D;
 }
 .AnyTagClassName
 {
   color: #DE538D;
 }
</style>
background-color css

<style>
 a { background-color: #DE538D; }

 a { background-color: rgb(222,83,141); }

 div.DivClassName
 {
   background-color: #DE538D;
 }
 .BgClassName
 {
   background-color: #DE538D;
 }
</style>
border-color css

<style>
 span { border-color: #DE538D; }

 span { border-color: rgb(222,83,141); }

 td.TdClassName
 {
   border-color: #DE538D;
 }
 .TagClassName
 {
   border-color: #DE538D;
 }
</style>