#DA8ED8

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

Shades of Plum #DA8ED8

Tints of Plum #DA8ED8

Color information

#DA8ED8 (or 0xDA8ED8) is unknown color: approx Plum. HEX triplet: DA, 8E and D8. RGB value is (218,142,216). Sum of RGB (Red+Green+Blue) = 218+142+216=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ED8 is #257127. Grayscale: #ACACAC. Windows color (decimal): -2453800 or 14192346. OLE color: 14192346.

HSL color Cylindrical-coordinate representation of color #DA8ED8: hue angle of 301.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8ED8 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218142216-
CMYK00.350.010.15
HSL301.58º50.67%70.59%-
HSV(B)301.58º34.86%85.49%-
XYZ50.9839.2169.85-
YUV173.16152.18159.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 142 (55.86% from 255) = 24.65%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=37.85%
G=24.65%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814221600.350.010.15301.5850.6770.59
HexDA8ED80231F12e3347
Octal33221633004311745663107
Binary1101101010001110110110000100011111111001011101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8ED8; }

 p { color: rgb(218,142,216); }

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

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

 a { background-color: rgb(218,142,216); }

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

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

 span { border-color: rgb(218,142,216); }

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