#DC9EE7

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

Shades of Plum #DC9EE7

Tints of Plum #DC9EE7

Color information

#DC9EE7 (or 0xDC9EE7) is unknown color: approx Plum. HEX triplet: DC, 9E and E7. RGB value is (220,158,231). Sum of RGB (Red+Green+Blue) = 220+158+231=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC9EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EE7 is #236118. Grayscale: #B8B8B8. Windows color (decimal): -2318617 or 15179484. OLE color: 15179484.

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

Color convert

RGB220158231-
CMYK0.050.3200.09
HSL290.96º60.33%76.27%-
HSV(B)290.96º31.6%90.59%-
XYZ56.1745.4481.41-
YUV184.86154.04153.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 158 (62.11% from 255) = 25.94%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=36.12%
G=25.94%
B=37.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201582310.050.3200.09290.9660.3376.27
HexDC9EE7520091233c4c
Octal33423634754001144374114
Binary110111001001111011100111101100000010011001000111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EE7; }

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

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

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

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

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

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

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

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