#DA9EDB

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

Shades of Plum #DA9EDB

Tints of Plum #DA9EDB

Color information

#DA9EDB (or 0xDA9EDB) is unknown color: approx Plum. HEX triplet: DA, 9E and DB. RGB value is (218,158,219). Sum of RGB (Red+Green+Blue) = 218+158+219=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EDB is #256124. Grayscale: #B6B6B6. Windows color (decimal): -2449701 or 14393050. OLE color: 14393050.

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

Color convert

RGB218158219-
CMYK0.000.2800.14
HSL299.02º45.86%73.92%-
HSV(B)299.02º27.85%85.88%-
XYZ53.9344.4772.76-
YUV182.89148.38153.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 158 (62.11% from 255) = 26.55%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=36.64%
G=26.55%
B=36.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181582190.000.2800.14299.0245.8673.92
HexDA9EDB01C0E12b2e4a
Octal33223633303401645356112
Binary110110101001111011011011011100011101001010111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EDB; }

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

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

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

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

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

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

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

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