#DA9AD9

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

Shades of Plum #DA9AD9

Tints of Plum #DA9AD9

Color information

#DA9AD9 (or 0xDA9AD9) is unknown color: approx Plum. HEX triplet: DA, 9A and D9. RGB value is (218,154,217). Sum of RGB (Red+Green+Blue) = 218+154+217=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AD9 is #256526. Grayscale: #B4B4B4. Windows color (decimal): -2450727 or 14260954. OLE color: 14260954.

HSL color Cylindrical-coordinate representation of color #DA9AD9: hue angle of 300.94º 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 #DA9AD9 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218154217-
CMYK00.290.000.15
HSL300.94º46.38%72.94%-
HSV(B)300.94º29.36%85.49%-
XYZ52.9943.0371.16-
YUV180.32148.7154.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=37.01%
G=26.15%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815421700.290.000.15300.9446.3872.94
HexDA9AD901D0F12d2e49
Octal33223233103501745556111
Binary110110101001101011011001011101011111001011011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AD9; }

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

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

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

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

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

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

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

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