#DF9CEC

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

Shades of Plum #DF9CEC

Tints of Plum #DF9CEC

Color information

#DF9CEC (or 0xDF9CEC) is unknown color: approx Plum. HEX triplet: DF, 9C and EC. RGB value is (223,156,236). Sum of RGB (Red+Green+Blue) = 223+156+236=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CEC is #206313. Grayscale: #B8B8B8. Windows color (decimal): -2122516 or 15506655. OLE color: 15506655.

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

Color convert

RGB223156236-
CMYK0.060.3400.07
HSL290.25º67.8%76.86%-
HSV(B)290.25º33.9%92.55%-
XYZ57.4645.5285.11-
YUV185.15156.7155-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 156 (61.33% from 255) = 25.37%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=36.26%
G=25.37%
B=38.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231562360.060.3400.07290.2567.876.86
HexDF9CEC62207122444d
Octal33723435464207442104115
Binary110111111001110011101100110100010011110010001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9CEC; }

 p { color: rgb(223,156,236); }

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

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

 a { background-color: rgb(223,156,236); }

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

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

 span { border-color: rgb(223,156,236); }

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