#DEA5DE

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

Shades of Plum #DEA5DE

Tints of Plum #DEA5DE

Color information

#DEA5DE (or 0xDEA5DE) is unknown color: approx Plum. HEX triplet: DE, A5 and DE. RGB value is (222,165,222). Sum of RGB (Red+Green+Blue) = 222+165+222=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEA5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5DE is #215A21. Grayscale: #BCBCBC. Windows color (decimal): -2185762 or 14591454. OLE color: 14591454.

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

Color convert

RGB222165222-
CMYK00.2600.13
HSL300º46.34%75.88%-
HSV(B)300º25.68%87.06%-
XYZ56.7647.7175.33-
YUV188.54146.88151.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 165 (64.84% from 255) = 27.09%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=36.45%
G=27.09%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216522200.2600.1330046.3475.88
HexDEA5DE01A0D12c2e4c
Octal33624533603201545456114
Binary110111101010010111011110011010011011001011001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5DE; }

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

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

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

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

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

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

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

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