#DA9FDD

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

Shades of Plum #DA9FDD

Tints of Plum #DA9FDD

Color information

#DA9FDD (or 0xDA9FDD) is unknown color: approx Plum. HEX triplet: DA, 9F and DD. RGB value is (218,159,221). Sum of RGB (Red+Green+Blue) = 218+159+221=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FDD is #256022. Grayscale: #B7B7B7. Windows color (decimal): -2449443 or 14524378. OLE color: 14524378.

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

Color convert

RGB218159221-
CMYK0.010.2800.13
HSL297.1º47.69%74.51%-
HSV(B)297.1º28.05%86.67%-
XYZ54.3644.9274.21-
YUV183.71149.05152.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 159 (62.5% from 255) = 26.59%
BLUE value IS 221 (86.72% from 255) = 36.96%
R=36.45%
G=26.59%
B=36.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181592210.010.2800.13297.147.6974.51
HexDA9FDD11C0D129304b
Octal33223733513401545160113
Binary110110101001111111011101111100011011001010011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FDD; }

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

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

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

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

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

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

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

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