#DE98E1

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

Shades of Plum #DE98E1

Tints of Plum #DE98E1

Color information

#DE98E1 (or 0xDE98E1) is unknown color: approx Plum. HEX triplet: DE, 98 and E1. RGB value is (222,152,225). Sum of RGB (Red+Green+Blue) = 222+152+225=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE98E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE98E1 is #21671E. Grayscale: #B5B5B5. Windows color (decimal): -2189087 or 14784734. OLE color: 14784734.

HSL color Cylindrical-coordinate representation of color #DE98E1: hue angle of 297.53º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE98E1 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222152225-
CMYK0.010.3200.12
HSL297.53º54.89%73.92%-
HSV(B)297.53º32.44%88.24%-
XYZ54.9443.4276.72-
YUV181.25152.69157.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 152 (59.77% from 255) = 25.38%
BLUE value IS 225 (88.28% from 255) = 37.56%
R=37.06%
G=25.38%
B=37.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221522250.010.3200.12297.5354.8973.92
HexDE98E11200C12a374a
Octal33623034114001445267112
Binary1101111010011000111000011100000011001001010101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE98E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE98E1; }

 p { color: rgb(222,152,225); }

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

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

 a { background-color: rgb(222,152,225); }

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

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

 span { border-color: rgb(222,152,225); }

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