#DC9DDC

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

Shades of Plum #DC9DDC

Tints of Plum #DC9DDC

Color information

#DC9DDC (or 0xDC9DDC) is unknown color: approx Plum. HEX triplet: DC, 9D and DC. RGB value is (220,157,220). Sum of RGB (Red+Green+Blue) = 220+157+220=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DDC is #236223. Grayscale: #B6B6B6. Windows color (decimal): -2318884 or 14458332. OLE color: 14458332.

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

Color convert

RGB220157220-
CMYK00.2900.14
HSL300º47.37%73.92%-
HSV(B)300º28.64%86.27%-
XYZ54.4944.573.43-
YUV183.02148.87154.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 157 (61.72% from 255) = 26.30%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=36.85%
G=26.30%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015722000.2900.1430047.3773.92
HexDC9DDC01D0E12c2f4a
Octal33423533403501645457112
Binary110111001001110111011100011101011101001011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DDC; }

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

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

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

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

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

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

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

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