#DA8FDE

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

Shades of Plum #DA8FDE

Tints of Plum #DA8FDE

Color information

#DA8FDE (or 0xDA8FDE) is unknown color: approx Plum. HEX triplet: DA, 8F and DE. RGB value is (218,143,222). Sum of RGB (Red+Green+Blue) = 218+143+222=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA8FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FDE is #257021. Grayscale: #AEAEAE. Windows color (decimal): -2453538 or 14585818. OLE color: 14585818.

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

Color convert

RGB218143222-
CMYK0.020.3600.13
HSL296.96º54.48%71.57%-
HSV(B)296.96º35.59%87.06%-
XYZ51.9239.8274.06-
YUV174.43154.85159.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 143 (56.25% from 255) = 24.53%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=37.39%
G=24.53%
B=38.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181432220.020.3600.13296.9654.4871.57
HexDA8FDE2240D1293648
Octal33221733624401545166110
Binary11011010100011111101111010100100011011001010011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8FDE; }

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

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

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

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

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

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

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

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