#DF9BE5

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

Shades of Plum #DF9BE5

Tints of Plum #DF9BE5

Color information

#DF9BE5 (or 0xDF9BE5) is unknown color: approx Plum. HEX triplet: DF, 9B and E5. RGB value is (223,155,229). Sum of RGB (Red+Green+Blue) = 223+155+229=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF9BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BE5 is #20641A. Grayscale: #B7B7B7. Windows color (decimal): -2122779 or 15047647. OLE color: 15047647.

HSL color Cylindrical-coordinate representation of color #DF9BE5: hue angle of 295.14º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF9BE5 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223155229-
CMYK0.030.3200.10
HSL295.14º58.73%75.29%-
HSV(B)295.14º32.31%89.8%-
XYZ56.344.7979.81-
YUV183.77153.53155.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 155 (60.94% from 255) = 25.54%
BLUE value IS 229 (89.84% from 255) = 37.73%
R=36.74%
G=25.54%
B=37.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231552290.030.3200.10295.1458.7375.29
HexDF9BE53200A1273b4b
Octal33723334534001244773113
Binary11011111100110111110010111100000010101001001111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9BE5; }

 p { color: rgb(223,155,229); }

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

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

 a { background-color: rgb(223,155,229); }

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

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

 span { border-color: rgb(223,155,229); }

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