#DE94D0

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

Shades of Plum #DE94D0

Tints of Plum #DE94D0

Color information

#DE94D0 (or 0xDE94D0) is unknown color: approx Plum. HEX triplet: DE, 94 and D0. RGB value is (222,148,208). Sum of RGB (Red+Green+Blue) = 222+148+208=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94D0 is #216B2F. Grayscale: #B0B0B0. Windows color (decimal): -2190128 or 13669598. OLE color: 13669598.

HSL color Cylindrical-coordinate representation of color #DE94D0: hue angle of 311.35º 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 #DE94D0 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB222148208-
CMYK00.330.060.13
HSL311.35º52.86%72.55%-
HSV(B)311.35º33.33%87.06%-
XYZ52.141.2664.89-
YUV176.97145.52160.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=38.41%
G=25.61%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214820800.330.060.13311.3552.8672.55
HexDE94D00216D1373549
Octal33622432004161546765111
Binary110111101001010011010000010000111011011001101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE94D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE94D0; }

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

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

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

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

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

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

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

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