#DA9ADA

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

Shades of Plum #DA9ADA

Tints of Plum #DA9ADA

Color information

#DA9ADA (or 0xDA9ADA) is unknown color: approx Plum. HEX triplet: DA, 9A and DA. RGB value is (218,154,218). Sum of RGB (Red+Green+Blue) = 218+154+218=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA9ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ADA is #256525. Grayscale: #B4B4B4. Windows color (decimal): -2450726 or 14326490. OLE color: 14326490.

HSL color Cylindrical-coordinate representation of color #DA9ADA: hue angle of 300º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9ADA is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218154218-
CMYK00.2900.15
HSL300º46.38%72.94%-
HSV(B)300º29.36%85.49%-
XYZ53.1243.0871.84-
YUV180.43149.2154.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=36.95%
G=26.10%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815421800.2900.1530046.3872.94
HexDA9ADA01D0F12c2e49
Octal33223233203501745456111
Binary110110101001101011011010011101011111001011001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ADA; }

 p { color: rgb(218,154,218); }

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

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

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

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

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

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

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