#DC9EE9

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

Shades of Plum #DC9EE9

Tints of Plum #DC9EE9

Color information

#DC9EE9 (or 0xDC9EE9) is unknown color: approx Plum. HEX triplet: DC, 9E and E9. RGB value is (220,158,233). Sum of RGB (Red+Green+Blue) = 220+158+233=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC9EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EE9 is #236116. Grayscale: #B8B8B8. Windows color (decimal): -2318615 or 15310556. OLE color: 15310556.

HSL color Cylindrical-coordinate representation of color #DC9EE9: hue angle of 289.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9EE9 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220158233-
CMYK0.060.3200.09
HSL289.6º63.03%76.67%-
HSV(B)289.6º32.19%91.37%-
XYZ56.4545.5582.91-
YUV185.09155.04152.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 233 (91.41% from 255) = 38.13%
R=36.01%
G=25.86%
B=38.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201582330.060.3200.09289.663.0376.67
HexDC9EE9620091223f4d
Octal33423635164001144277115
Binary110111001001111011101001110100000010011001000101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EE9; }

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

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

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

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

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

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

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

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