#DCA8DA

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

Shades of Plum #DCA8DA

Tints of Plum #DCA8DA

Color information

#DCA8DA (or 0xDCA8DA) is unknown color: approx Plum. HEX triplet: DC, A8 and DA. RGB value is (220,168,218). Sum of RGB (Red+Green+Blue) = 220+168+218=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8DA is #235725. Grayscale: #BDBDBD. Windows color (decimal): -2316070 or 14330076. OLE color: 14330076.

HSL color Cylindrical-coordinate representation of color #DCA8DA: hue angle of 302.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8DA is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220168218-
CMYK00.240.010.14
HSL302.31º42.62%76.08%-
HSV(B)302.31º23.64%86.27%-
XYZ56.1748.2872.69-
YUV189.25144.23149.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 168 (66.02% from 255) = 27.72%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=36.30%
G=27.72%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016821800.240.010.14302.3142.6276.08
HexDCA8DA0181E12e2b4c
Octal33425033203011645653114
Binary110111001010100011011010011000111101001011101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8DA; }

 p { color: rgb(220,168,218); }

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

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

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

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

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

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

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