#DA8DD5

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

Shades of Plum #DA8DD5

Tints of Plum #DA8DD5

Color information

#DA8DD5 (or 0xDA8DD5) is unknown color: approx Plum. HEX triplet: DA, 8D and D5. RGB value is (218,141,213). Sum of RGB (Red+Green+Blue) = 218+141+213=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DD5 is #25722A. Grayscale: #ACACAC. Windows color (decimal): -2454059 or 13995482. OLE color: 13995482.

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

Color convert

RGB218141213-
CMYK00.350.020.15
HSL303.9º50.99%70.39%-
HSV(B)303.9º35.32%85.49%-
XYZ50.4538.7667.77-
YUV172.23151.01160.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=38.11%
G=24.65%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814121300.350.020.15303.950.9970.39
HexDA8DD50232F1303346
Octal33221532504321746063106
Binary11011010100011011101010101000111011111001100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DD5; }

 p { color: rgb(218,141,213); }

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

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

 a { background-color: rgb(218,141,213); }

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

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

 span { border-color: rgb(218,141,213); }

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