#DA91E6

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

Shades of Plum #DA91E6

Tints of Plum #DA91E6

Color information

#DA91E6 (or 0xDA91E6) is unknown color: approx Plum. HEX triplet: DA, 91 and E6. RGB value is (218,145,230). Sum of RGB (Red+Green+Blue) = 218+145+230=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA91E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA91E6 is #256E19. Grayscale: #B0B0B0. Windows color (decimal): -2453018 or 15110618. OLE color: 15110618.

HSL color Cylindrical-coordinate representation of color #DA91E6: hue angle of 291.53º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA91E6 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218145230-
CMYK0.050.3700.10
HSL291.53º62.96%73.53%-
HSV(B)291.53º36.96%90.2%-
XYZ53.3240.8779.94-
YUV176.52158.18157.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 145 (57.03% from 255) = 24.45%
BLUE value IS 230 (90.23% from 255) = 38.79%
R=36.76%
G=24.45%
B=38.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181452300.050.3700.10291.5362.9673.53
HexDA91E65250A1243f4a
Octal33222134654501244477112
Binary110110101001000111100110101100101010101001001001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA91E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA91E6; }

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

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

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

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

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

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

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

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