#DE5D8C

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

Shades of Dark Pink #DE5D8C

Tints of Dark Pink #DE5D8C

Color information

#DE5D8C (or 0xDE5D8C) is unknown color: approx Dark Pink. HEX triplet: DE, 5D and 8C. RGB value is (222,93,140). Sum of RGB (Red+Green+Blue) = 222+93+140=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5D8C is #21A273. Grayscale: #888888. Windows color (decimal): -2204276 or 9199070. OLE color: 9199070.

HSL color Cylindrical-coordinate representation of color #DE5D8C: hue angle of 338.14º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5D8C is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB22293140-
CMYK00.580.370.13
HSL338.14º66.15%61.76%-
HSV(B)338.14º58.11%87.06%-
XYZ38.7725.2527.64-
YUV136.93129.74188.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=48.79%
G=20.44%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229314000.580.370.13338.1466.1561.76
HexDE5D8C03A25D152423e
Octal336135214072451552210276
Binary11011110101110110001100011101010010111011010100101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D8C; }

 p { color: rgb(222,93,140); }

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

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

 a { background-color: rgb(222,93,140); }

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

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

 span { border-color: rgb(222,93,140); }

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