#DC9EE0

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

Shades of Plum #DC9EE0

Tints of Plum #DC9EE0

Color information

#DC9EE0 (or 0xDC9EE0) is unknown color: approx Plum. HEX triplet: DC, 9E and E0. RGB value is (220,158,224). Sum of RGB (Red+Green+Blue) = 220+158+224=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EE0 is #23611F. Grayscale: #B7B7B7. Windows color (decimal): -2318624 or 14720732. OLE color: 14720732.

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

Color convert

RGB220158224-
CMYK0.020.2900.12
HSL296.36º51.56%74.9%-
HSV(B)296.36º29.46%87.84%-
XYZ55.245.0576.31-
YUV184.06150.54153.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 158 (62.11% from 255) = 26.25%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=36.54%
G=26.25%
B=37.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201582240.020.2900.12296.3651.5674.9
HexDC9EE021D0C128344b
Octal33423634023501445064113
Binary1101110010011110111000001011101011001001010001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EE0; }

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

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

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

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

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

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

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

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