#DCA7DF

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

Shades of Plum #DCA7DF

Tints of Plum #DCA7DF

Color information

#DCA7DF (or 0xDCA7DF) is unknown color: approx Plum. HEX triplet: DC, A7 and DF. RGB value is (220,167,223). Sum of RGB (Red+Green+Blue) = 220+167+223=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7DF is #235820. Grayscale: #BDBDBD. Windows color (decimal): -2316321 or 14657500. OLE color: 14657500.

HSL color Cylindrical-coordinate representation of color #DCA7DF: hue angle of 296.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA7DF is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220167223-
CMYK0.010.2500.13
HSL296.79º46.67%76.47%-
HSV(B)296.79º25.11%87.45%-
XYZ56.6548.1876.13-
YUV189.23147.06149.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 167 (65.62% from 255) = 27.38%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=36.07%
G=27.38%
B=36.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201672230.010.2500.13296.7946.6776.47
HexDCA7DF1190D1292f4c
Octal33424733713101545157114
Binary110111001010011111011111111001011011001010011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7DF; }

 p { color: rgb(220,167,223); }

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

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

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

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

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

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

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