#DEA4DF

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

Shades of Plum #DEA4DF

Tints of Plum #DEA4DF

Color information

#DEA4DF (or 0xDEA4DF) is unknown color: approx Plum. HEX triplet: DE, A4 and DF. RGB value is (222,164,223). Sum of RGB (Red+Green+Blue) = 222+164+223=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4DF is #215B20. Grayscale: #BBBBBB. Windows color (decimal): -2186017 or 14656734. OLE color: 14656734.

HSL color Cylindrical-coordinate representation of color #DEA4DF: hue angle of 298.98º degrees, saturation: 0.48, 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 #DEA4DF is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222164223-
CMYK0.000.2600.13
HSL298.98º47.97%75.88%-
HSV(B)298.98º26.46%87.45%-
XYZ56.7247.4175.97-
YUV188.07147.72152.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 164 (64.45% from 255) = 26.93%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=36.45%
G=26.93%
B=36.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221642230.000.2600.13298.9847.9775.88
HexDEA4DF01A0D12b304c
Octal33624433703201545360114
Binary110111101010010011011111011010011011001010111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4DF; }

 p { color: rgb(222,164,223); }

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

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

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

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

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

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

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