#DA8AE3

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

Shades of Plum #DA8AE3

Tints of Plum #DA8AE3

Color information

#DA8AE3 (or 0xDA8AE3) is unknown color: approx Plum. HEX triplet: DA, 8A and E3. RGB value is (218,138,227). Sum of RGB (Red+Green+Blue) = 218+138+227=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA8AE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8AE3 is #25751C. Grayscale: #ABABAB. Windows color (decimal): -2454813 or 14912218. OLE color: 14912218.

HSL color Cylindrical-coordinate representation of color #DA8AE3: hue angle of 293.93º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8AE3 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218138227-
CMYK0.040.3900.11
HSL293.93º61.38%71.57%-
HSV(B)293.93º39.21%89.02%-
XYZ51.8738.6377.4-
YUV172.07159160.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 138 (54.30% from 255) = 23.67%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=37.39%
G=23.67%
B=38.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181382270.040.3900.11293.9361.3871.57
HexDA8AE34270B1263d48
Octal33221234344701344675110
Binary110110101000101011100011100100111010111001001101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8AE3; }

 p { color: rgb(218,138,227); }

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

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

 a { background-color: rgb(218,138,227); }

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

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

 span { border-color: rgb(218,138,227); }

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