#DC9ED3

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

Shades of Plum #DC9ED3

Tints of Plum #DC9ED3

Color information

#DC9ED3 (or 0xDC9ED3) is unknown color: approx Plum. HEX triplet: DC, 9E and D3. RGB value is (220,158,211). Sum of RGB (Red+Green+Blue) = 220+158+211=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ED3 is #23612C. Grayscale: #B6B6B6. Windows color (decimal): -2318637 or 13868764. OLE color: 13868764.

HSL color Cylindrical-coordinate representation of color #DC9ED3: hue angle of 308.71º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9ED3 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220158211-
CMYK00.280.040.14
HSL308.71º46.97%74.12%-
HSV(B)308.71º28.18%86.27%-
XYZ53.544.3767.37-
YUV182.58144.04154.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 211 (82.81% from 255) = 35.82%
R=37.35%
G=26.83%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015821100.280.040.14308.7146.9774.12
HexDC9ED301C4E1352f4a
Octal33423632303441646557112
Binary11011100100111101101001101110010011101001101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9ED3; }

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

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

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

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

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

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

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

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