#DA95EA

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

Shades of Plum #DA95EA

Tints of Plum #DA95EA

Color information

#DA95EA (or 0xDA95EA) is unknown color: approx Plum. HEX triplet: DA, 95 and EA. RGB value is (218,149,234). Sum of RGB (Red+Green+Blue) = 218+149+234=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA95EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA95EA is #256A15. Grayscale: #B3B3B3. Windows color (decimal): -2451990 or 15373786. OLE color: 15373786.

HSL color Cylindrical-coordinate representation of color #DA95EA: hue angle of 288.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA95EA is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218149234-
CMYK0.070.3600.08
HSL288.71º66.93%75.1%-
HSV(B)288.71º36.32%91.76%-
XYZ54.5142.3483.14-
YUV179.32158.86155.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 149 (58.59% from 255) = 24.79%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=36.27%
G=24.79%
B=38.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181492340.070.3600.08288.7166.9375.1
HexDA95EA72408121434b
Octal332225352744010441103113
Binary1101101010010101111010101111001000100010010000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA95EA; }

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

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

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

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

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

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

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

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