#DE97DA

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

Shades of Plum #DE97DA

Tints of Plum #DE97DA

Color information

#DE97DA (or 0xDE97DA) is unknown color: approx Plum. HEX triplet: DE, 97 and DA. RGB value is (222,151,218). Sum of RGB (Red+Green+Blue) = 222+151+218=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97DA is #216825. Grayscale: #B3B3B3. Windows color (decimal): -2189350 or 14325726. OLE color: 14325726.

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

Color convert

RGB222151218-
CMYK00.320.020.13
HSL303.38º51.82%73.14%-
HSV(B)303.38º31.98%87.06%-
XYZ53.8542.7271.74-
YUV179.87149.52158.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 151 (59.38% from 255) = 25.55%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=37.56%
G=25.55%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215121800.320.020.13303.3851.8273.14
HexDE97DA0202D12f3449
Octal33622733204021545764111
Binary11011110100101111101101001000001011011001011111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97DA; }

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

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

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

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

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

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

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

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