#DE94D8

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

Shades of Plum #DE94D8

Tints of Plum #DE94D8

Color information

#DE94D8 (or 0xDE94D8) is unknown color: approx Plum. HEX triplet: DE, 94 and D8. RGB value is (222,148,216). Sum of RGB (Red+Green+Blue) = 222+148+216=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94D8 is #216B27. Grayscale: #B1B1B1. Windows color (decimal): -2190120 or 14193886. OLE color: 14193886.

HSL color Cylindrical-coordinate representation of color #DE94D8: hue angle of 304.86º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE94D8 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222148216-
CMYK00.330.030.13
HSL304.86º52.86%72.55%-
HSV(B)304.86º33.33%87.06%-
XYZ53.1141.6770.21-
YUV177.88149.52159.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 148 (58.20% from 255) = 25.26%
BLUE value IS 216 (84.77% from 255) = 36.86%
R=37.88%
G=25.26%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214821600.330.030.13304.8652.8672.55
HexDE94D80213D1313549
Octal33622433004131546165111
Binary11011110100101001101100001000011111011001100011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE94D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE94D8; }

 p { color: rgb(222,148,216); }

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

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

 a { background-color: rgb(222,148,216); }

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

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

 span { border-color: rgb(222,148,216); }

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