#DE98EB

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

Shades of Plum #DE98EB

Tints of Plum #DE98EB

Color information

#DE98EB (or 0xDE98EB) is unknown color: approx Plum. HEX triplet: DE, 98 and EB. RGB value is (222,152,235). Sum of RGB (Red+Green+Blue) = 222+152+235=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE98EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE98EB is #216714. Grayscale: #B6B6B6. Windows color (decimal): -2189077 or 15440094. OLE color: 15440094.

HSL color Cylindrical-coordinate representation of color #DE98EB: hue angle of 290.6º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE98EB is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222152235-
CMYK0.060.3500.08
HSL290.6º67.48%75.88%-
HSV(B)290.6º35.32%92.16%-
XYZ56.3543.9884.12-
YUV182.39157.69156.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 152 (59.77% from 255) = 24.96%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=36.45%
G=24.96%
B=38.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221522350.060.3500.08290.667.4875.88
HexDE98EB62308123434c
Octal336230353643010443103114
Binary1101111010011000111010111101000110100010010001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE98EB; }

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

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

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

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

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

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

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

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