#DE94E0

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

Shades of Plum #DE94E0

Tints of Plum #DE94E0

Color information

#DE94E0 (or 0xDE94E0) is unknown color: approx Plum. HEX triplet: DE, 94 and E0. RGB value is (222,148,224). Sum of RGB (Red+Green+Blue) = 222+148+224=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94E0 is #216B1F. Grayscale: #B2B2B2. Windows color (decimal): -2190112 or 14718174. OLE color: 14718174.

HSL color Cylindrical-coordinate representation of color #DE94E0: hue angle of 298.42º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE94E0 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222148224-
CMYK0.010.3400.12
HSL298.42º55.07%72.94%-
HSV(B)298.42º33.93%87.84%-
XYZ54.1742.0975.79-
YUV178.79153.52158.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 148 (58.20% from 255) = 24.92%
BLUE value IS 224 (87.89% from 255) = 37.71%
R=37.37%
G=24.92%
B=37.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221482240.010.3400.12298.4255.0772.94
HexDE94E01220C12a3749
Octal33622434014201445267111
Binary1101111010010100111000001100010011001001010101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE94E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE94E0; }

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

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

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

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

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

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

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

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