#DA9AD7

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

Shades of Plum #DA9AD7

Tints of Plum #DA9AD7

Color information

#DA9AD7 (or 0xDA9AD7) is unknown color: approx Plum. HEX triplet: DA, 9A and D7. RGB value is (218,154,215). Sum of RGB (Red+Green+Blue) = 218+154+215=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AD7 is #256528. Grayscale: #B3B3B3. Windows color (decimal): -2450729 or 14129882. OLE color: 14129882.

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

Color convert

RGB218154215-
CMYK00.290.010.15
HSL302.81º46.38%72.94%-
HSV(B)302.81º29.36%85.49%-
XYZ52.7342.9269.8-
YUV180.09147.7155.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=37.14%
G=26.24%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815421500.290.010.15302.8146.3872.94
HexDA9AD701D1F12f2e49
Octal33223232703511745756111
Binary110110101001101011010111011101111111001011111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AD7; }

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

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

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

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

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

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

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

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