#DCA7E0

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

Shades of Plum #DCA7E0

Tints of Plum #DCA7E0

Color information

#DCA7E0 (or 0xDCA7E0) is unknown color: approx Plum. HEX triplet: DC, A7 and E0. RGB value is (220,167,224). Sum of RGB (Red+Green+Blue) = 220+167+224=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCA7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7E0 is #23581F. Grayscale: #BDBDBD. Windows color (decimal): -2316320 or 14723036. OLE color: 14723036.

HSL color Cylindrical-coordinate representation of color #DCA7E0: hue angle of 295.79º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCA7E0 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220167224-
CMYK0.020.2500.12
HSL295.79º47.9%76.67%-
HSV(B)295.79º25.45%87.84%-
XYZ56.7948.2376.84-
YUV189.34147.56149.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 167 (65.62% from 255) = 27.33%
BLUE value IS 224 (87.89% from 255) = 36.66%
R=36.01%
G=27.33%
B=36.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201672240.020.2500.12295.7947.976.67
HexDCA7E02190C128304d
Octal33424734023101445060115
Binary1101110010100111111000001011001011001001010001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7E0; }

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

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

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

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

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

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

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

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