#DF9CEE

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

Shades of Plum #DF9CEE

Tints of Plum #DF9CEE

Color information

#DF9CEE (or 0xDF9CEE) is unknown color: approx Plum. HEX triplet: DF, 9C and EE. RGB value is (223,156,238). Sum of RGB (Red+Green+Blue) = 223+156+238=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CEE is #206311. Grayscale: #B9B9B9. Windows color (decimal): -2122514 or 15637727. OLE color: 15637727.

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

Color convert

RGB223156238-
CMYK0.060.3400.07
HSL289.02º70.69%77.25%-
HSV(B)289.02º34.45%93.33%-
XYZ57.7545.6486.65-
YUV185.38157.7154.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 156 (61.33% from 255) = 25.28%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=36.14%
G=25.28%
B=38.57%

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
Decimal2231562380.060.3400.07289.0270.6977.25
HexDF9CEE62207121474d
Octal33723435664207441107115
Binary110111111001110011101110110100010011110010000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9CEE; }

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

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

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

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

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

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

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

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