#DE94CE

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

Shades of Plum #DE94CE

Tints of Plum #DE94CE

Color information

#DE94CE (or 0xDE94CE) is unknown color: approx Plum. HEX triplet: DE, 94 and CE. RGB value is (222,148,206). Sum of RGB (Red+Green+Blue) = 222+148+206=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94CE is #216B31. Grayscale: #B0B0B0. Windows color (decimal): -2190130 or 13538526. OLE color: 13538526.

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

Color convert

RGB222148206-
CMYK00.330.070.13
HSL312.97º52.86%72.55%-
HSV(B)312.97º33.33%87.06%-
XYZ51.8541.1763.61-
YUV176.74144.52160.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=38.54%
G=25.69%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214820600.330.070.13312.9752.8672.55
HexDE94CE0217D1393549
Octal33622431604171547165111
Binary110111101001010011001110010000111111011001110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE94CE; }

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

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

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

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

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

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

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

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