#DA94E6

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

Shades of Plum #DA94E6

Tints of Plum #DA94E6

Color information

#DA94E6 (or 0xDA94E6) is unknown color: approx Plum. HEX triplet: DA, 94 and E6. RGB value is (218,148,230). Sum of RGB (Red+Green+Blue) = 218+148+230=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA94E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA94E6 is #256B19. Grayscale: #B2B2B2. Windows color (decimal): -2452250 or 15111386. OLE color: 15111386.

HSL color Cylindrical-coordinate representation of color #DA94E6: hue angle of 291.22º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA94E6 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218148230-
CMYK0.050.3600.10
HSL291.22º62.12%74.12%-
HSV(B)291.22º35.65%90.2%-
XYZ53.7941.880.1-
YUV178.28157.19156.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 148 (58.20% from 255) = 24.83%
BLUE value IS 230 (90.23% from 255) = 38.59%
R=36.58%
G=24.83%
B=38.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181482300.050.3600.10291.2262.1274.12
HexDA94E65240A1233e4a
Octal33222434654401244376112
Binary110110101001010011100110101100100010101001000111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94E6; }

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

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

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

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

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

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

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

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