#DC9FE7

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

Shades of Plum #DC9FE7

Tints of Plum #DC9FE7

Color information

#DC9FE7 (or 0xDC9FE7) is unknown color: approx Plum. HEX triplet: DC, 9F and E7. RGB value is (220,159,231). Sum of RGB (Red+Green+Blue) = 220+159+231=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC9FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FE7 is #236018. Grayscale: #B9B9B9. Windows color (decimal): -2318361 or 15179740. OLE color: 15179740.

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

Color convert

RGB220159231-
CMYK0.050.3100.09
HSL290.83º60%76.47%-
HSV(B)290.83º31.17%90.59%-
XYZ56.3445.7881.47-
YUV185.45153.71152.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 159 (62.5% from 255) = 26.07%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=36.07%
G=26.07%
B=37.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201592310.050.3100.09290.836076.47
HexDC9FE751F091233c4c
Octal33423734753701144374114
Binary11011100100111111110011110111111010011001000111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FE7; }

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

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

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

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

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

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

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

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