#DA8ED2

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

Shades of Plum #DA8ED2

Tints of Plum #DA8ED2

Color information

#DA8ED2 (or 0xDA8ED2) is unknown color: approx Plum. HEX triplet: DA, 8E and D2. RGB value is (218,142,210). Sum of RGB (Red+Green+Blue) = 218+142+210=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ED2 is #25712D. Grayscale: #ACACAC. Windows color (decimal): -2453806 or 13799130. OLE color: 13799130.

HSL color Cylindrical-coordinate representation of color #DA8ED2: hue angle of 306.32º 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 #DA8ED2 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218142210-
CMYK00.350.040.15
HSL306.32º50.67%70.59%-
HSV(B)306.32º34.86%85.49%-
XYZ50.2238.965.84-
YUV172.48149.18160.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 210 (82.42% from 255) = 36.84%
R=38.25%
G=24.91%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814221000.350.040.15306.3250.6770.59
HexDA8ED20234F1323347
Octal33221632204341746263107
Binary110110101000111011010010010001110011111001100101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8ED2; }

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

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

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

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

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

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

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

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