#DA91ED

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

Shades of Plum #DA91ED

Tints of Plum #DA91ED

Color information

#DA91ED (or 0xDA91ED) is unknown color: approx Plum. HEX triplet: DA, 91 and ED. RGB value is (218,145,237). Sum of RGB (Red+Green+Blue) = 218+145+237=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA91ED is #256E12. Grayscale: #B1B1B1. Windows color (decimal): -2453011 or 15569370. OLE color: 15569370.

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

Color convert

RGB218145237-
CMYK0.080.3900.07
HSL287.61º71.88%74.9%-
HSV(B)287.61º38.82%92.94%-
XYZ54.3241.2785.22-
YUV177.32161.68157.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 145 (57.03% from 255) = 24.17%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=36.33%
G=24.17%
B=39.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181452370.080.3900.07287.6171.8874.9
HexDA91ED82707120484b
Octal332221355104707440110113
Binary1101101010010001111011011000100111011110010000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA91ED; }

 p { color: rgb(218,145,237); }

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

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

 a { background-color: rgb(218,145,237); }

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

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

 span { border-color: rgb(218,145,237); }

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