#DE97DD

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

Shades of Plum #DE97DD

Tints of Plum #DE97DD

Color information

#DE97DD (or 0xDE97DD) is unknown color: approx Plum. HEX triplet: DE, 97 and DD. RGB value is (222,151,221). Sum of RGB (Red+Green+Blue) = 222+151+221=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE97DD is #216822. Grayscale: #B4B4B4. Windows color (decimal): -2189347 or 14522334. OLE color: 14522334.

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

Color convert

RGB222151221-
CMYK00.320.000.13
HSL300.85º51.82%73.14%-
HSV(B)300.85º31.98%87.06%-
XYZ54.2442.8873.83-
YUV180.21151.02157.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 151 (59.38% from 255) = 25.42%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=37.37%
G=25.42%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215122100.320.000.13300.8551.8273.14
HexDE97DD0200D12d3449
Octal33622733504001545564111
Binary1101111010010111110111010100000011011001011011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97DD; }

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

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

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

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

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

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

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

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