#DCA4D2

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

Shades of Plum #DCA4D2

Tints of Plum #DCA4D2

Color information

#DCA4D2 (or 0xDCA4D2) is unknown color: approx Plum. HEX triplet: DC, A4 and D2. RGB value is (220,164,210). Sum of RGB (Red+Green+Blue) = 220+164+210=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4D2 is #235B2D. Grayscale: #B9B9B9. Windows color (decimal): -2317102 or 13804764. OLE color: 13804764.

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

Color convert

RGB220164210-
CMYK00.250.050.14
HSL310.71º44.44%75.29%-
HSV(B)310.71º25.45%86.27%-
XYZ54.4246.4267.06-
YUV185.99141.55152.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 164 (64.45% from 255) = 27.61%
BLUE value IS 210 (82.42% from 255) = 35.35%
R=37.04%
G=27.61%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016421000.250.050.14310.7144.4475.29
HexDCA4D20195E1372c4b
Octal33424432203151646754113
Binary11011100101001001101001001100110111101001101111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4D2; }

 p { color: rgb(220,164,210); }

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

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

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

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

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

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

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