#DCA1D5

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

Shades of Plum #DCA1D5

Tints of Plum #DCA1D5

Color information

#DCA1D5 (or 0xDCA1D5) is unknown color: approx Plum. HEX triplet: DC, A1 and D5. RGB value is (220,161,213). Sum of RGB (Red+Green+Blue) = 220+161+213=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA1D5 is #235E2A. Grayscale: #B8B8B8. Windows color (decimal): -2317867 or 14000604. OLE color: 14000604.

HSL color Cylindrical-coordinate representation of color #DCA1D5: hue angle of 307.12º 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 #DCA1D5 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220161213-
CMYK00.270.030.14
HSL307.12º45.74%74.71%-
HSV(B)307.12º26.82%86.27%-
XYZ54.2745.5168.87-
YUV184.57144.05153.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=37.04%
G=27.10%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016121300.270.030.14307.1245.7474.71
HexDCA1D501B3E1332e4b
Octal33424132503331646356113
Binary1101110010100001110101010110111111101001100111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1D5; }

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

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

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

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

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

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

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

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