#DA8DDB

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

Shades of Plum #DA8DDB

Tints of Plum #DA8DDB

Color information

#DA8DDB (or 0xDA8DDB) is unknown color: approx Plum. HEX triplet: DA, 8D and DB. RGB value is (218,141,219). Sum of RGB (Red+Green+Blue) = 218+141+219=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DDB is #257224. Grayscale: #ACACAC. Windows color (decimal): -2454053 or 14388698. OLE color: 14388698.

HSL color Cylindrical-coordinate representation of color #DA8DDB: hue angle of 299.23º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8DDB is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218141219-
CMYK0.000.3600.14
HSL299.23º52%70.59%-
HSV(B)299.23º35.62%85.88%-
XYZ51.2239.0771.86-
YUV172.92154.01160.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 141 (55.47% from 255) = 24.39%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=37.72%
G=24.39%
B=37.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181412190.000.3600.14299.235270.59
HexDA8DDB0240E12b3447
Octal33221533304401645364107
Binary1101101010001101110110110100100011101001010111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DDB; }

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

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

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

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

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

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

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

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