#DE94CC

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

Shades of Plum #DE94CC

Tints of Plum #DE94CC

Color information

#DE94CC (or 0xDE94CC) is unknown color: approx Plum. HEX triplet: DE, 94 and CC. RGB value is (222,148,204). Sum of RGB (Red+Green+Blue) = 222+148+204=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94CC is #216B33. Grayscale: #B0B0B0. Windows color (decimal): -2190132 or 13407454. OLE color: 13407454.

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

Color convert

RGB222148204-
CMYK00.330.080.13
HSL314.59º52.86%72.55%-
HSV(B)314.59º33.33%87.06%-
XYZ51.6141.0762.33-
YUV176.51143.52160.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=38.68%
G=25.78%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214820400.330.080.13314.5952.8672.55
HexDE94CC0218D13b3549
Octal336224314041101547365111
Binary1101111010010100110011000100001100011011001110111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE94CC; }

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

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

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

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

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

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

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

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