#DF9EDB

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

Shades of Plum #DF9EDB

Tints of Plum #DF9EDB

Color information

#DF9EDB (or 0xDF9EDB) is unknown color: approx Plum. HEX triplet: DF, 9E and DB. RGB value is (223,158,219). Sum of RGB (Red+Green+Blue) = 223+158+219=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EDB is #206124. Grayscale: #B8B8B8. Windows color (decimal): -2122021 or 14393055. OLE color: 14393055.

HSL color Cylindrical-coordinate representation of color #DF9EDB: hue angle of 303.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9EDB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223158219-
CMYK00.290.020.13
HSL303.69º50.39%74.71%-
HSV(B)303.69º29.15%87.45%-
XYZ55.4445.2672.83-
YUV184.39147.53155.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 158 (62.11% from 255) = 26.33%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=37.17%
G=26.33%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315821900.290.020.13303.6950.3974.71
HexDF9EDB01D2D130324b
Octal33723633303521546062113
Binary1101111110011110110110110111011011011001100001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9EDB; }

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

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

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

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

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

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

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

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