#DE5A8A

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

Shades of Dark Pink #DE5A8A

Tints of Dark Pink #DE5A8A

Color information

#DE5A8A (or 0xDE5A8A) is unknown color: approx Dark Pink. HEX triplet: DE, 5A and 8A. RGB value is (222,90,138). Sum of RGB (Red+Green+Blue) = 222+90+138=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5A8A is #21A575. Grayscale: #868686. Windows color (decimal): -2205046 or 9067230. OLE color: 9067230.

HSL color Cylindrical-coordinate representation of color #DE5A8A: hue angle of 338.18º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5A8A is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB22290138-
CMYK00.590.380.13
HSL338.18º66.67%61.18%-
HSV(B)338.18º59.46%87.06%-
XYZ38.3724.6826.79-
YUV134.94129.73190.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.33%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=49.33%
G=20%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229013800.590.380.13338.1866.6761.18
HexDE5A8A03B26D152433d
Octal336132212073461552210375
Binary11011110101101010001010011101110011011011010100101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5A8A; }

 p { color: rgb(222,90,138); }

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

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

 a { background-color: rgb(222,90,138); }

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

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

 span { border-color: rgb(222,90,138); }

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