#DE95DE

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

Shades of Plum #DE95DE

Tints of Plum #DE95DE

Color information

#DE95DE (or 0xDE95DE) is unknown color: approx Plum. HEX triplet: DE, 95 and DE. RGB value is (222,149,222). Sum of RGB (Red+Green+Blue) = 222+149+222=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE95DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95DE is #216A21. Grayscale: #B2B2B2. Windows color (decimal): -2189858 or 14587358. OLE color: 14587358.

HSL color Cylindrical-coordinate representation of color #DE95DE: hue angle of 300º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE95DE is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222149222-
CMYK00.3300.13
HSL300º52.52%72.75%-
HSV(B)300º32.88%87.06%-
XYZ54.0642.374.42-
YUV179.15152.18158.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 149 (58.59% from 255) = 25.13%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=37.44%
G=25.13%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214922200.3300.1330052.5272.75
HexDE95DE0210D12c3549
Octal33622533604101545465111
Binary1101111010010101110111100100001011011001011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE95DE; }

 p { color: rgb(222,149,222); }

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

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

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

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

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

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

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