#DA94DE

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

Shades of Plum #DA94DE

Tints of Plum #DA94DE

Color information

#DA94DE (or 0xDA94DE) is unknown color: approx Plum. HEX triplet: DA, 94 and DE. RGB value is (218,148,222). Sum of RGB (Red+Green+Blue) = 218+148+222=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA94DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94DE is #256B21. Grayscale: #B1B1B1. Windows color (decimal): -2452258 or 14587098. OLE color: 14587098.

HSL color Cylindrical-coordinate representation of color #DA94DE: hue angle of 296.76º 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 #DA94DE is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218148222-
CMYK0.020.3300.13
HSL296.76º52.86%72.55%-
HSV(B)296.76º33.33%87.06%-
XYZ52.6941.3674.31-
YUV177.37153.19156.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 148 (58.20% from 255) = 25.17%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=37.07%
G=25.17%
B=37.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181482220.020.3300.13296.7652.8672.55
HexDA94DE2210D1293549
Octal33222433624101545165111
Binary11011010100101001101111010100001011011001010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94DE; }

 p { color: rgb(218,148,222); }

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

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

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

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

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

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

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