#DE97D4

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

Shades of Plum #DE97D4

Tints of Plum #DE97D4

Color information

#DE97D4 (or 0xDE97D4) is unknown color: approx Plum. HEX triplet: DE, 97 and D4. RGB value is (222,151,212). Sum of RGB (Red+Green+Blue) = 222+151+212=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97D4 is #21682B. Grayscale: #B3B3B3. Windows color (decimal): -2189356 or 13932510. OLE color: 13932510.

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

Color convert

RGB222151212-
CMYK00.320.050.13
HSL308.45º51.82%73.14%-
HSV(B)308.45º31.98%87.06%-
XYZ53.0742.4267.68-
YUV179.18146.52158.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 151 (59.38% from 255) = 25.81%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=37.95%
G=25.81%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215121200.320.050.13308.4551.8273.14
HexDE97D40205D1343449
Octal33622732404051546464111
Binary110111101001011111010100010000010111011001101001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97D4; }

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

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

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

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

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

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

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

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