#DE99EA

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

Shades of Plum #DE99EA

Tints of Plum #DE99EA

Color information

#DE99EA (or 0xDE99EA) is unknown color: approx Plum. HEX triplet: DE, 99 and EA. RGB value is (222,153,234). Sum of RGB (Red+Green+Blue) = 222+153+234=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE99EA is #216615. Grayscale: #B6B6B6. Windows color (decimal): -2188822 or 15374814. OLE color: 15374814.

HSL color Cylindrical-coordinate representation of color #DE99EA: hue angle of 291.11º degrees, saturation: 0.66, 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 #DE99EA is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222153234-
CMYK0.050.3500.08
HSL291.11º65.85%75.88%-
HSV(B)291.11º34.62%91.76%-
XYZ56.3744.2583.41-
YUV182.86156.86155.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 153 (60.16% from 255) = 25.12%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=36.45%
G=25.12%
B=38.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221532340.050.3500.08291.1165.8575.88
HexDE99EA52308123424c
Octal336231352543010443102114
Binary1101111010011001111010101011000110100010010001110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99EA; }

 p { color: rgb(222,153,234); }

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

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

 a { background-color: rgb(222,153,234); }

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

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

 span { border-color: rgb(222,153,234); }

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