#DA95DE

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

Shades of Plum #DA95DE

Tints of Plum #DA95DE

Color information

#DA95DE (or 0xDA95DE) is unknown color: approx Plum. HEX triplet: DA, 95 and DE. RGB value is (218,149,222). Sum of RGB (Red+Green+Blue) = 218+149+222=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA95DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95DE is #256A21. Grayscale: #B1B1B1. Windows color (decimal): -2452002 or 14587354. OLE color: 14587354.

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

Color convert

RGB218149222-
CMYK0.020.3300.13
HSL296.71º52.52%72.75%-
HSV(B)296.71º32.88%87.06%-
XYZ52.8541.6774.37-
YUV177.95152.86156.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 149 (58.59% from 255) = 25.30%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=37.01%
G=25.30%
B=37.69%

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
Decimal2181492220.020.3300.13296.7152.5272.75
HexDA95DE2210D1293549
Octal33222533624101545165111
Binary11011010100101011101111010100001011011001010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95DE; }

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

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

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

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

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

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

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

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