#DA91E0

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

Shades of Plum #DA91E0

Tints of Plum #DA91E0

Color information

#DA91E0 (or 0xDA91E0) is unknown color: approx Plum. HEX triplet: DA, 91 and E0. RGB value is (218,145,224). Sum of RGB (Red+Green+Blue) = 218+145+224=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA91E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91E0 is #256E1F. Grayscale: #AFAFAF. Windows color (decimal): -2453024 or 14717402. OLE color: 14717402.

HSL color Cylindrical-coordinate representation of color #DA91E0: hue angle of 295.44º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA91E0 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218145224-
CMYK0.030.3500.12
HSL295.44º56.03%72.35%-
HSV(B)295.44º35.27%87.84%-
XYZ52.4940.5475.58-
YUV175.83155.18158.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 145 (57.03% from 255) = 24.70%
BLUE value IS 224 (87.89% from 255) = 38.16%
R=37.14%
G=24.70%
B=38.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181452240.030.3500.12295.4456.0372.35
HexDA91E03230C1273848
Octal33222134034301444770110
Binary11011010100100011110000011100011011001001001111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA91E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA91E0; }

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

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

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

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

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

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

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

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