#DA9DDD

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

Shades of Plum #DA9DDD

Tints of Plum #DA9DDD

Color information

#DA9DDD (or 0xDA9DDD) is unknown color: approx Plum. HEX triplet: DA, 9D and DD. RGB value is (218,157,221). Sum of RGB (Red+Green+Blue) = 218+157+221=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DDD is #256222. Grayscale: #B6B6B6. Windows color (decimal): -2449955 or 14523866. OLE color: 14523866.

HSL color Cylindrical-coordinate representation of color #DA9DDD: hue angle of 297.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9DDD is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218157221-
CMYK0.010.2900.13
HSL297.19º48.48%74.12%-
HSV(B)297.19º28.96%86.67%-
XYZ54.0244.2474.1-
YUV182.54149.71153.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 157 (61.72% from 255) = 26.34%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=36.58%
G=26.34%
B=37.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181572210.010.2900.13297.1948.4874.12
HexDA9DDD11D0D129304a
Octal33223533513501545160112
Binary110110101001110111011101111101011011001010011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DDD; }

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

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

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

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

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

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

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

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