#DA9FDE

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

Shades of Plum #DA9FDE

Tints of Plum #DA9FDE

Color information

#DA9FDE (or 0xDA9FDE) is unknown color: approx Plum. HEX triplet: DA, 9F and DE. RGB value is (218,159,222). Sum of RGB (Red+Green+Blue) = 218+159+222=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FDE is #256021. Grayscale: #B7B7B7. Windows color (decimal): -2449442 or 14589914. OLE color: 14589914.

HSL color Cylindrical-coordinate representation of color #DA9FDE: hue angle of 296.19º degrees, saturation: 0.49, 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 #DA9FDE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218159222-
CMYK0.020.2800.13
HSL296.19º48.84%74.71%-
HSV(B)296.19º28.38%87.06%-
XYZ54.544.9874.92-
YUV183.82149.55152.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=36.39%
G=26.54%
B=37.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181592220.020.2800.13296.1948.8474.71
HexDA9FDE21C0D128314b
Octal33223733623401545061113
Binary1101101010011111110111101011100011011001010001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FDE; }

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

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

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

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

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

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

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

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