#DCA1CD

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

Shades of Plum #DCA1CD

Tints of Plum #DCA1CD

Color information

#DCA1CD (or 0xDCA1CD) is unknown color: approx Plum. HEX triplet: DC, A1 and CD. RGB value is (220,161,205). Sum of RGB (Red+Green+Blue) = 220+161+205=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1CD is #235E32. Grayscale: #B7B7B7. Windows color (decimal): -2317875 or 13476316. OLE color: 13476316.

HSL color Cylindrical-coordinate representation of color #DCA1CD: hue angle of 315.25º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA1CD is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220161205-
CMYK00.270.070.14
HSL315.25º45.74%74.71%-
HSV(B)315.25º26.82%86.27%-
XYZ53.2845.1163.66-
YUV183.66140.05153.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=37.54%
G=27.47%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016120500.270.070.14315.2545.7474.71
HexDCA1CD01B7E13b2e4b
Octal33424131503371647356113
Binary11011100101000011100110101101111111101001110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1CD; }

 p { color: rgb(220,161,205); }

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

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

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

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

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

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

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