#DE98D5

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

Shades of Plum #DE98D5

Tints of Plum #DE98D5

Color information

#DE98D5 (or 0xDE98D5) is unknown color: approx Plum. HEX triplet: DE, 98 and D5. RGB value is (222,152,213). Sum of RGB (Red+Green+Blue) = 222+152+213=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DE98D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE98D5 is #21672A. Grayscale: #B3B3B3. Windows color (decimal): -2189099 or 13998302. OLE color: 13998302.

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

Color convert

RGB222152213-
CMYK00.320.040.13
HSL307.71º51.47%73.33%-
HSV(B)307.71º31.53%87.06%-
XYZ53.3642.7968.4-
YUV179.88146.69158.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 152 (59.77% from 255) = 25.89%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=37.82%
G=25.89%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215221300.320.040.13307.7151.4773.33
HexDE98D50204D1343349
Octal33623032504041546463111
Binary110111101001100011010101010000010011011001101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE98D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE98D5; }

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

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

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

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

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

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

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

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