#DA9EDC

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

Shades of Plum #DA9EDC

Tints of Plum #DA9EDC

Color information

#DA9EDC (or 0xDA9EDC) is unknown color: approx Plum. HEX triplet: DA, 9E and DC. RGB value is (218,158,220). Sum of RGB (Red+Green+Blue) = 218+158+220=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EDC is #256123. Grayscale: #B6B6B6. Windows color (decimal): -2449700 or 14458586. OLE color: 14458586.

HSL color Cylindrical-coordinate representation of color #DA9EDC: hue angle of 298.06º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9EDC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218158220-
CMYK0.010.2800.14
HSL298.06º46.97%74.12%-
HSV(B)298.06º28.18%86.27%-
XYZ54.0644.5373.46-
YUV183.01148.88152.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=36.58%
G=26.51%
B=36.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181582200.010.2800.14298.0646.9774.12
HexDA9EDC11C0E12a2f4a
Octal33223633413401645257112
Binary110110101001111011011100111100011101001010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EDC; }

 p { color: rgb(218,158,220); }

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

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

 a { background-color: rgb(218,158,220); }

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

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

 span { border-color: rgb(218,158,220); }

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