#DA9EDF

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

Shades of Plum #DA9EDF

Tints of Plum #DA9EDF

Color information

#DA9EDF (or 0xDA9EDF) is unknown color: approx Plum. HEX triplet: DA, 9E and DF. RGB value is (218,158,223). Sum of RGB (Red+Green+Blue) = 218+158+223=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EDF is #256120. Grayscale: #B7B7B7. Windows color (decimal): -2449697 or 14655194. OLE color: 14655194.

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

Color convert

RGB218158223-
CMYK0.020.2900.13
HSL295.38º50.39%74.71%-
HSV(B)295.38º29.15%87.45%-
XYZ54.4644.6975.57-
YUV183.35150.38152.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 158 (62.11% from 255) = 26.38%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=36.39%
G=26.38%
B=37.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181582230.020.2900.13295.3850.3974.71
HexDA9EDF21D0D127324b
Octal33223633723501544762113
Binary1101101010011110110111111011101011011001001111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EDF; }

 p { color: rgb(218,158,223); }

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

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

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

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

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

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

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