#DA9AD5

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

Shades of Plum #DA9AD5

Tints of Plum #DA9AD5

Color information

#DA9AD5 (or 0xDA9AD5) is unknown color: approx Plum. HEX triplet: DA, 9A and D5. RGB value is (218,154,213). Sum of RGB (Red+Green+Blue) = 218+154+213=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AD5 is #25652A. Grayscale: #B3B3B3. Windows color (decimal): -2450731 or 13998810. OLE color: 13998810.

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

Color convert

RGB218154213-
CMYK00.290.020.15
HSL304.69º46.38%72.94%-
HSV(B)304.69º29.36%85.49%-
XYZ52.4842.8268.45-
YUV179.86146.7155.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 154 (60.55% from 255) = 26.32%
BLUE value IS 213 (83.59% from 255) = 36.41%
R=37.26%
G=26.32%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815421300.290.020.15304.6946.3872.94
HexDA9AD501D2F1312e49
Octal33223232503521746156111
Binary1101101010011010110101010111011011111001100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AD5; }

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

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

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

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

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

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

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

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