#DC9EDB

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

Shades of Plum #DC9EDB

Tints of Plum #DC9EDB

Color information

#DC9EDB (or 0xDC9EDB) is unknown color: approx Plum. HEX triplet: DC, 9E and DB. RGB value is (220,158,219). Sum of RGB (Red+Green+Blue) = 220+158+219=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EDB is #236124. Grayscale: #B7B7B7. Windows color (decimal): -2318629 or 14393052. OLE color: 14393052.

HSL color Cylindrical-coordinate representation of color #DC9EDB: hue angle of 300.97º degrees, saturation: 0.47, 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 #DC9EDB is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220158219-
CMYK00.280.000.14
HSL300.97º46.97%74.12%-
HSV(B)300.97º28.18%86.27%-
XYZ54.5344.7872.79-
YUV183.49148.04154.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 158 (62.11% from 255) = 26.47%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=36.85%
G=26.47%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015821900.280.000.14300.9746.9774.12
HexDC9EDB01C0E12d2f4a
Octal33423633303401645557112
Binary110111001001111011011011011100011101001011011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EDB; }

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

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

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

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

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

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

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

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