#DC9EEE

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

Shades of Plum #DC9EEE

Tints of Plum #DC9EEE

Color information

#DC9EEE (or 0xDC9EEE) is unknown color: approx Plum. HEX triplet: DC, 9E and EE. RGB value is (220,158,238). Sum of RGB (Red+Green+Blue) = 220+158+238=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 158 (62.11% from 255 or 25.65% 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 #DC9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EEE is #236111. Grayscale: #B9B9B9. Windows color (decimal): -2318610 or 15638236. OLE color: 15638236.

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

Color convert

RGB220158238-
CMYK0.080.3400.07
HSL286.5º70.18%77.65%-
HSV(B)286.5º33.61%93.33%-
XYZ57.1745.8486.72-
YUV185.66157.54152.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 158 (62.11% from 255) = 25.65%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=35.71%
G=25.65%
B=38.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201582380.080.3400.07286.570.1877.65
HexDC9EEE8220711e464e
Octal334236356104207436106116
Binary1101110010011110111011101000100010011110001111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EEE; }

 p { color: rgb(220,158,238); }

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

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

 a { background-color: rgb(220,158,238); }

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

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

 span { border-color: rgb(220,158,238); }

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