#dc9de0

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

Shades of Plum #DC9DE0

Tints of Plum #DC9DE0

Color information

#DC9DE0 (or 0xDC9DE0) is unknown color: approx Plum. HEX triplet: DC, 9D and E0. RGB value is (220,157,224). Sum of RGB (Red+Green+Blue) = 220+157+224=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC9DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DE0 is #23621F. Grayscale: #B7B7B7. Windows color (decimal): -2318880 or 14720476. OLE color: 14720476.

HSL color Cylindrical-coordinate representation of color #DC9DE0: hue angle of 296.42º degrees, saturation: 0.52, 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 #DC9DE0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220157224-
CMYK0.020.3000.12
HSL296.42º51.94%74.71%-
HSV(B)296.42º29.91%87.84%-
XYZ55.0344.7176.25-
YUV183.48150.87154.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=36.61%
G=26.12%
B=37.27%

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
Decimal2201572240.020.3000.12296.4251.9474.71
HexDC9DE021E0C128344b
Octal33423534023601445064113
Binary1101110010011101111000001011110011001001010001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9de0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9de0; }

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

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

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

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

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

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

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

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