#DC9DE1

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

Shades of Plum #DC9DE1

Tints of Plum #DC9DE1

Color information

#DC9DE1 (or 0xDC9DE1) is unknown color: approx Plum. HEX triplet: DC, 9D and E1. RGB value is (220,157,225). Sum of RGB (Red+Green+Blue) = 220+157+225=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC9DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DE1 is #23621E. Grayscale: #B7B7B7. Windows color (decimal): -2318879 or 14786012. OLE color: 14786012.

HSL color Cylindrical-coordinate representation of color #DC9DE1: hue angle of 295.59º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9DE1 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220157225-
CMYK0.020.3000.12
HSL295.59º53.12%74.9%-
HSV(B)295.59º30.22%88.24%-
XYZ55.1644.7776.97-
YUV183.59151.37153.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 157 (61.72% from 255) = 26.08%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=36.54%
G=26.08%
B=37.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201572250.020.3000.12295.5953.1274.9
HexDC9DE121E0C128354b
Octal33423534123601445065113
Binary1101110010011101111000011011110011001001010001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DE1; }

 p { color: rgb(220,157,225); }

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

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

 a { background-color: rgb(220,157,225); }

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

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

 span { border-color: rgb(220,157,225); }

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