#DCA5D6

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

Shades of Plum #DCA5D6

Tints of Plum #DCA5D6

Color information

#DCA5D6 (or 0xDCA5D6) is unknown color: approx Plum. HEX triplet: DC, A5 and D6. RGB value is (220,165,214). Sum of RGB (Red+Green+Blue) = 220+165+214=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5D6 is #235A29. Grayscale: #BABABA. Windows color (decimal): -2316842 or 14067164. OLE color: 14067164.

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

Color convert

RGB220165214-
CMYK00.250.030.14
HSL306.55º44%75.49%-
HSV(B)306.55º25%86.27%-
XYZ55.1146.9869.78-
YUV187.03143.22151.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 165 (64.84% from 255) = 27.55%
BLUE value IS 214 (83.98% from 255) = 35.73%
R=36.73%
G=27.55%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016521400.250.030.14306.554475.49
HexDCA5D60193E1332c4b
Octal33424532603131646354113
Binary1101110010100101110101100110011111101001100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5D6; }

 p { color: rgb(220,165,214); }

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

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

 a { background-color: rgb(220,165,214); }

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

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

 span { border-color: rgb(220,165,214); }

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