#DF9AEE

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

Shades of Plum #DF9AEE

Tints of Plum #DF9AEE

Color information

#DF9AEE (or 0xDF9AEE) is unknown color: approx Plum. HEX triplet: DF, 9A and EE. RGB value is (223,154,238). Sum of RGB (Red+Green+Blue) = 223+154+238=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF9AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AEE is #206511. Grayscale: #B7B7B7. Windows color (decimal): -2123026 or 15637215. OLE color: 15637215.

HSL color Cylindrical-coordinate representation of color #DF9AEE: hue angle of 289.29º 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 #DF9AEE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223154238-
CMYK0.060.3500.07
HSL289.29º71.19%76.86%-
HSV(B)289.29º35.29%93.33%-
XYZ57.4244.9786.54-
YUV184.21158.36155.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 154 (60.55% from 255) = 25.04%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=36.26%
G=25.04%
B=38.70%

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
Decimal2231542380.060.3500.07289.2971.1976.86
HexDF9AEE62307121474d
Octal33723235664307441107115
Binary110111111001101011101110110100011011110010000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9AEE; }

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

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

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

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

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

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

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

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