#DA96EB

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

Shades of Plum #DA96EB

Tints of Plum #DA96EB

Color information

#DA96EB (or 0xDA96EB) is unknown color: approx Plum. HEX triplet: DA, 96 and EB. RGB value is (218,150,235). Sum of RGB (Red+Green+Blue) = 218+150+235=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA96EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA96EB is #256914. Grayscale: #B3B3B3. Windows color (decimal): -2451733 or 15439578. OLE color: 15439578.

HSL color Cylindrical-coordinate representation of color #DA96EB: hue angle of 288º degrees, saturation: 0.68, 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 #DA96EB is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218150235-
CMYK0.070.3600.08
HSL288º68%75.49%-
HSV(B)288º36.17%92.16%-
XYZ54.8242.7283.95-
YUV180.02159.03155.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 150 (58.98% from 255) = 24.88%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=36.15%
G=24.88%
B=38.97%

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
Decimal2181502350.070.3600.082886875.49
HexDA96EB72408120444b
Octal332226353744010440104113
Binary1101101010010110111010111111001000100010010000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA96EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA96EB; }

 p { color: rgb(218,150,235); }

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

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

 a { background-color: rgb(218,150,235); }

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

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

 span { border-color: rgb(218,150,235); }

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