#DE4E85

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

Shades of Dark Pink #DE4E85

Tints of Dark Pink #DE4E85

Color information

#DE4E85 (or 0xDE4E85) is unknown color: approx Dark Pink. HEX triplet: DE, 4E and 85. RGB value is (222,78,133). Sum of RGB (Red+Green+Blue) = 222+78+133=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4E85 is #21B17A. Grayscale: #7F7F7F. Windows color (decimal): -2208123 or 8736478. OLE color: 8736478.

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

Color convert

RGB22278133-
CMYK00.650.400.13
HSL337.08º68.57%58.82%-
HSV(B)337.08º64.86%87.06%-
XYZ37.0822.6724.61-
YUV127.33131.21195.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 78 (30.86% from 255) = 18.01%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=51.27%
G=18.01%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227813300.650.400.13337.0868.5758.82
HexDE4E8504128D151453b
Octal3361162050101501552110573
Binary110111101001110100001010100000110100011011010100011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4E85; }

 p { color: rgb(222,78,133); }

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

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

 a { background-color: rgb(222,78,133); }

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

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

 span { border-color: rgb(222,78,133); }

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