#DF9BEE

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

Shades of Plum #DF9BEE

Tints of Plum #DF9BEE

Color information

#DF9BEE (or 0xDF9BEE) is unknown color: approx Plum. HEX triplet: DF, 9B and EE. RGB value is (223,155,238). Sum of RGB (Red+Green+Blue) = 223+155+238=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BEE is #206411. Grayscale: #B8B8B8. Windows color (decimal): -2122770 or 15637471. OLE color: 15637471.

HSL color Cylindrical-coordinate representation of color #DF9BEE: hue angle of 289.16º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9BEE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223155238-
CMYK0.060.3500.07
HSL289.16º70.94%77.06%-
HSV(B)289.16º34.87%93.33%-
XYZ57.5945.386.6-
YUV184.79158.03155.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 155 (60.94% from 255) = 25.16%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=36.20%
G=25.16%
B=38.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231552380.060.3500.07289.1670.9477.06
HexDF9BEE62307121474d
Octal33723335664307441107115
Binary110111111001101111101110110100011011110010000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9BEE; }

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

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

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

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

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

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

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

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