#DE97CE

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

Shades of Plum #DE97CE

Tints of Plum #DE97CE

Color information

#DE97CE (or 0xDE97CE) is unknown color: approx Plum. HEX triplet: DE, 97 and CE. RGB value is (222,151,206). Sum of RGB (Red+Green+Blue) = 222+151+206=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97CE is #216831. Grayscale: #B2B2B2. Windows color (decimal): -2189362 or 13539294. OLE color: 13539294.

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

Color convert

RGB222151206-
CMYK00.320.070.13
HSL313.52º51.82%73.14%-
HSV(B)313.52º31.98%87.06%-
XYZ52.3342.1263.76-
YUV178.5143.52159.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=38.34%
G=26.08%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215120600.320.070.13313.5251.8273.14
HexDE97CE0207D13a3449
Octal33622731604071547264111
Binary110111101001011111001110010000011111011001110101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97CE; }

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

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

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

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

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

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

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

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