#DA9DDA

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

Shades of Plum #DA9DDA

Tints of Plum #DA9DDA

Color information

#DA9DDA (or 0xDA9DDA) is unknown color: approx Plum. HEX triplet: DA, 9D and DA. RGB value is (218,157,218). Sum of RGB (Red+Green+Blue) = 218+157+218=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA9DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DDA is #256225. Grayscale: #B6B6B6. Windows color (decimal): -2449958 or 14327258. OLE color: 14327258.

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

Color convert

RGB218157218-
CMYK00.2800.15
HSL300º45.19%73.53%-
HSV(B)300º27.98%85.49%-
XYZ53.6344.0872.01-
YUV182.19148.21153.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=36.76%
G=26.48%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815721800.2800.1530045.1973.53
HexDA9DDA01C0F12c2d4a
Octal33223533203401745455112
Binary110110101001110111011010011100011111001011001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DDA; }

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

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

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

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

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

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

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

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